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.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_ */
thread.hpp
Thread interfaces.
priority.hpp
Priority scheduling for threads.
threadable.hpp
Posix version of the threadable interfaces.
mutex.hpp
Mutex interface.
ecl_threads
Author(s): Daniel Stonier
autogenerated on Wed Mar 2 2022 00:16:43