Home
last modified time | relevance | path

Searched refs:m_not_full (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/circular_buffer/test/
Dbounded_buffer_comparison.cpp38 m_not_full.wait(lock, boost::bind(&bounded_buffer<value_type>::is_not_full, this)); in push_front()
50 m_not_full.notify_one(); in pop_back()
64 boost::condition_variable m_not_full; member in bounded_buffer
80m_not_full.wait(lock, boost::bind(&bounded_buffer_space_optimized<value_type>::is_not_full, this)); in push_front()
92 m_not_full.notify_one(); in pop_back()
106 boost::condition_variable m_not_full; member in bounded_buffer_space_optimized
122m_not_full.wait(lock, boost::bind(&bounded_buffer_deque_based<value_type>::is_not_full, this)); in push_front()
134 m_not_full.notify_one(); in pop_back()
149 boost::condition_variable m_not_full; member in bounded_buffer_deque_based
165m_not_full.wait(lock, boost::bind(&bounded_buffer_list_based<value_type>::is_not_full, this)); in push_front()
[all …]
/third_party/boost/libs/circular_buffer/example/
Dbounded_buffer_comparison.cpp38 m_not_full.wait(lock, boost::bind(&bounded_buffer<value_type>::is_not_full, this)); in push_front()
50 m_not_full.notify_one(); in pop_back()
64 boost::condition m_not_full; member in bounded_buffer
80m_not_full.wait(lock, boost::bind(&bounded_buffer_space_optimized<value_type>::is_not_full, this)); in push_front()
92 m_not_full.notify_one(); in pop_back()
106 boost::condition m_not_full; member in bounded_buffer_space_optimized
122m_not_full.wait(lock, boost::bind(&bounded_buffer_deque_based<value_type>::is_not_full, this)); in push_front()
134 m_not_full.notify_one(); in pop_back()
149 boost::condition m_not_full; member in bounded_buffer_deque_based
165m_not_full.wait(lock, boost::bind(&bounded_buffer_list_based<value_type>::is_not_full, this)); in push_front()
[all …]
Dcircular_buffer_bound_example.cpp40 m_not_full.wait(lock, boost::bind(&bounded_buffer<value_type>::is_not_full, this)); in push_front()
52 m_not_full.notify_one(); in pop_back()
66 boost::condition m_not_full; member in bounded_buffer