Home
last modified time | relevance | path

Searched refs:buffer_not_full (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/thread/tutorial/
Dbounded_buffer.cpp21 buffer_not_full.wait(lk); in send()
34 buffer_not_full.notify_one(); in receive()
40 boost::condition buffer_not_full, buffer_not_empty; member in bounded_buffer
/third_party/boost/libs/thread/example/
Dcondition.cpp24 buffer_not_full.wait(lk); in send()
37 buffer_not_full.notify_one(); in receive()
45 boost::condition_variable_any buffer_not_full, buffer_not_empty; member in bounded_buffer