Searched refs:m_not_full (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/circular_buffer/test/ |
D | bounded_buffer_comparison.cpp | 38 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 80 …m_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 122 … m_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 165 … m_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/ |
D | bounded_buffer_comparison.cpp | 38 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 80 …m_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 122 … m_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 165 … m_not_full.wait(lock, boost::bind(&bounded_buffer_list_based<value_type>::is_not_full, this)); in push_front() [all …]
|
D | circular_buffer_bound_example.cpp | 40 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
|