CUBRID Engine
latest
|
#include <semaphore.hpp>
Public Member Functions | |
event_semaphore () | |
void | set () |
void | clear () |
void | wait () |
Private Attributes | |
semaphore< bool > | m_semaphore |
Definition at line 78 of file semaphore.hpp.
|
inline |
Definition at line 85 of file semaphore.hpp.
|
inline |
Definition at line 95 of file semaphore.hpp.
References cubsync::semaphore< T >::signal().
|
inline |
Definition at line 90 of file semaphore.hpp.
References cubsync::semaphore< T >::signal().
|
inline |
Definition at line 100 of file semaphore.hpp.
References cubsync::semaphore< T >::wait().
Definition at line 81 of file semaphore.hpp.