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_ */
mutex.hpp
Mutex interface.
threadable.hpp
Posix version of the threadable interfaces.
priority.hpp
Priority scheduling for threads.
thread.hpp
Thread interfaces.
ecl_threads
Author(s): Daniel Stonier
autogenerated on Mon Feb 28 2022 22:18:53