Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
include
ecl
threads
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
ecl.hpp
Pre-processed macro definitions that define the target platform.
xbot_driver
Author(s): Roc, wangpeng@droid.ac.cn
autogenerated on Sat Oct 10 2020 03:27:37