Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
include
ecl
threads
thread.hpp
Go to the documentation of this file.
1
11
/*****************************************************************************
12
** Ifdefs
13
*****************************************************************************/
14
15
#ifndef ECL_THREADS_THREAD_HPP_
16
#define ECL_THREADS_THREAD_HPP_
17
18
/*************************************************************************
19
* Includes
20
************************************************************************/
21
22
#include <
ecl/config/ecl.hpp
>
23
24
/*****************************************************************************
25
** Cross Platform Functionality
26
*****************************************************************************/
27
28
#if defined(ECL_HAS_POSIX_THREADS)
29
#include "thread_pos.hpp"
30
#elif defined(ECL_HAS_WIN32_THREADS)
31
#include "thread_win.hpp"
32
#endif
33
34
35
#endif
/* ECL_THREADS_THREAD_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:38