![]() |
libzmq
master
ZeroMQ C++ Core Engine (LIBZMQ)
|
#include <condition_variable.hpp>

Public Member Functions | |
| condition_variable_t () | |
| ~condition_variable_t () | |
| void | broadcast () |
| int | wait (mutex_t *mutex_, int timeout_) |
Private Member Functions | |
| condition_variable_t (const condition_variable_t &) | |
| const condition_variable_t & | operator= (const condition_variable_t &) |
Private Attributes | |
| pthread_cond_t | cond |
Definition at line 142 of file condition_variable.hpp.
|
inline |
Definition at line 145 of file condition_variable.hpp.
References cond, and posix_assert.
|
inline |
Definition at line 151 of file condition_variable.hpp.
References cond, and posix_assert.
|
private |
|
inline |
Definition at line 190 of file condition_variable.hpp.
References cond, and posix_assert.
Referenced by zmq::mailbox_safe_t::send().

|
private |
Definition at line 157 of file condition_variable.hpp.
References cond, ETIMEDOUT, zmq::mutex_t::get_mutex(), and posix_assert.
Referenced by zmq::mailbox_safe_t::recv().


|
private |
Definition at line 198 of file condition_variable.hpp.
Referenced by broadcast(), condition_variable_t(), wait(), and ~condition_variable_t().