CUBRID Engine
latest
|
#include <thread_waiter.hpp>
Public Member Functions | |
wait_duration () | |
wait_duration (const D &duration) | |
const wait_duration & | operator= (const D &duration) |
void | set_infinite_wait () |
void | set_duration (const D &duration) |
Public Attributes | |
D | m_duration |
bool | m_infinite |
Definition at line 105 of file thread_waiter.hpp.
|
inline |
Definition at line 110 of file thread_waiter.hpp.
|
inline |
Definition at line 117 of file thread_waiter.hpp.
|
inline |
Definition at line 124 of file thread_waiter.hpp.
void cubthread::wait_duration< D >::set_duration | ( | const D & | duration | ) |
Definition at line 186 of file thread_waiter.hpp.
void cubthread::wait_duration< D >::set_infinite_wait | ( | ) |
Definition at line 179 of file thread_waiter.hpp.
Referenced by cubthread::worker_pool< Context >::worker_pool().
D cubthread::wait_duration< D >::m_duration |
Definition at line 107 of file thread_waiter.hpp.
Referenced by cubthread::condvar_wait().
bool cubthread::wait_duration< D >::m_infinite |
Definition at line 108 of file thread_waiter.hpp.
Referenced by cubthread::condvar_wait().