Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / coroutine / performance / bind_processor.hpp
1
2 //          Copyright Oliver Kowalke 2009.
3 // Distributed under the Boost Software License, Version 1.0.
4 //    (See accompanying file LICENSE_1_0.txt or copy at
5 //          http://www.boost.org/LICENSE_1_0.txt)
6
7 #ifndef BIND_TO_PROCESSOR_H
8 #define BIND_TO_PROCESSOR_H
9
10 void bind_to_processor( unsigned int n);
11
12 #endif // BIND_TO_PROCESSOR_H