Home
last modified time | relevance | path

Searched defs:interprocess_condition_variable (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/log/src/posix/
Dipc_sync_wrappers.hpp164 struct interprocess_condition_variable struct
166 pthread_cond_t cond;
168 interprocess_condition_variable() in interprocess_condition_variable() function
180 ~interprocess_condition_variable() in ~interprocess_condition_variable()
185 void notify_one() in notify_one()
192 void notify_all() in notify_all()
199 void wait(interprocess_mutex& mutex) in wait()
/third_party/boost/libs/log/src/windows/
Dipc_sync_wrappers.hpp356 class interprocess_condition_variable class
471 interprocess_condition_variable() BOOST_NOEXCEPT : in interprocess_condition_variable() function in boost::ipc::aux::interprocess_condition_variable