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_common.hpp
Common types for priority scheduling.
priority_pos.hpp
Posix priority scheduling.
priority_win.hpp
Priority scheduling for Windows.


ecl_threads
Author(s): Daniel Stonier
autogenerated on Wed Mar 2 2022 00:16:43