Main Page
Namespaces
Namespace List
Namespace Members
All
Enumerations
Enumerator
Classes
Class List
Class Members
All
Functions
Variables
Typedefs
Files
File List
File Members
All
Functions
Variables
Macros
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_*/
thread_pos.hpp
Posix interface for the thread class.
thread_win.hpp
Win32 interface for the thread class.
ecl_threads
Author(s): Daniel Stonier
autogenerated on Wed Mar 2 2022 00:16:43