priority.hpp
Go to the documentation of this file.
1 
8 /*****************************************************************************
9 ** Ifdefs
10 *****************************************************************************/
11 
12 #ifndef ECL_THREADS_PRIORITY_HPP_
13 #define ECL_THREADS_PRIORITY_HPP_
14 
15 /*****************************************************************************
16 ** Cross Platform Implementation
17 *****************************************************************************/
18 
19 #include <ecl/config/ecl.hpp> // ECL_ macros
20 
21 #include "priority_common.hpp"
22 #if defined(ECL_IS_POSIX)
23  #include "priority_pos.hpp"
24 #elif defined(ECL_HAS_WIN32_THREADS)
25  #include "priority_win.hpp"
26 #endif
27 
28 
29 #endif /*ECL_THREADS_PRIORITY_HPP_*/
Priority scheduling for Windows.
Common types for priority scheduling.
Posix priority scheduling.


ecl_threads
Author(s): Daniel Stonier
autogenerated on Mon Feb 28 2022 22:18:53