bind_processor.hpp 342 B

123456789101112
  1. // Copyright Oliver Kowalke 2009.
  2. // Distributed under the Boost Software License, Version 1.0.
  3. // (See accompanying file LICENSE_1_0.txt or copy at
  4. // http://www.boost.org/LICENSE_1_0.txt)
  5. #ifndef BIND_TO_PROCESSOR_H
  6. #define BIND_TO_PROCESSOR_H
  7. void bind_to_processor( unsigned int n);
  8. #endif // BIND_TO_PROCESSOR_H