include
ecl
threads
mutex.hpp
Go to the documentation of this file.
1
12
#ifndef ECL_ECL_THREADS_MUTEX_HPP_
13
#define ECL_ECL_THREADS_MUTEX_HPP_
14
15
/*****************************************************************************
16
** Cross Platform Functionality
17
*****************************************************************************/
18
19
#include <ecl/config/ecl.hpp>
20
21
/*************************************************************************
22
* Includes
23
************************************************************************/
24
25
#if defined(ECL_HAS_POSIX_THREADS)
26
#include "
mutex_pos.hpp
"
27
#elif defined(ECL_HAS_WIN32_THREADS)
28
#include "
mutex_w32.hpp
"
29
#endif
30
31
32
#endif
/* ECL_ECL_THREADS_MUTEX_HPP_*/
mutex_w32.hpp
File comment.
mutex_pos.hpp
Posix interface for a mutex.
ecl_threads
Author(s): Daniel Stonier
autogenerated on Mon Feb 28 2022 22:18:53