threads.hpp
Go to the documentation of this file.
1 
14 /*****************************************************************************
15 ** Ifdefs
16 *****************************************************************************/
17 
18 #ifndef ECL_THREADS_HPP_
19 #define ECL_THREADS_HPP_
20 
21 /*****************************************************************************
22 ** Includes
23 *****************************************************************************/
24 
25 /*****************************************************************************
26 ** Includes
27 *****************************************************************************/
28 
29 /*
30  * Guard against the qt macros.
31  */
32 #ifdef emit
33  #undef emit
34  #define replace_qt_emit
35 #endif
36 
37 //#include "threads/barrier.hpp"
38 #include "threads/mutex.hpp"
39 #include "threads/priority.hpp"
40 #include "threads/thread.hpp"
41 #include "threads/threadable.hpp"
42 
43 #ifdef replace_qt_emit
44  #define emit
45 #endif
46 
47 
48 
49 #endif /* ECL_THREADS_HPP_ */


xbot_node
Author(s): Roc, wangpeng@droid.ac.cn
autogenerated on Sat Oct 10 2020 03:28:13