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_*/
Win32 interface for the thread class.
Posix interface for the thread class.


ecl_threads
Author(s): Daniel Stonier
autogenerated on Mon Jun 10 2019 13:08:44