Searched refs:m_not_empty (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/circular_buffer/test/ |
D | bounded_buffer_comparison.cpp | 42 m_not_empty.notify_one(); in push_front() 47 m_not_empty.wait(lock, boost::bind(&bounded_buffer<value_type>::is_not_empty, this)); in pop_back() 63 boost::condition_variable m_not_empty; member in bounded_buffer 83 m_not_empty.notify_one(); in push_front() 88 …m_not_empty.wait(lock, boost::bind(&bounded_buffer_space_optimized<value_type>::is_not_empty, this… in pop_back() 105 boost::condition_variable m_not_empty; member in bounded_buffer_space_optimized 125 m_not_empty.notify_one(); in push_front() 130 … m_not_empty.wait(lock, boost::bind(&bounded_buffer_deque_based<value_type>::is_not_empty, this)); in pop_back() 148 boost::condition_variable m_not_empty; member in bounded_buffer_deque_based 168 m_not_empty.notify_one(); in push_front() [all …]
|
/third_party/boost/libs/circular_buffer/example/ |
D | bounded_buffer_comparison.cpp | 42 m_not_empty.notify_one(); in push_front() 47 m_not_empty.wait(lock, boost::bind(&bounded_buffer<value_type>::is_not_empty, this)); in pop_back() 63 boost::condition m_not_empty; member in bounded_buffer 83 m_not_empty.notify_one(); in push_front() 88 …m_not_empty.wait(lock, boost::bind(&bounded_buffer_space_optimized<value_type>::is_not_empty, this… in pop_back() 105 boost::condition m_not_empty; member in bounded_buffer_space_optimized 125 m_not_empty.notify_one(); in push_front() 130 … m_not_empty.wait(lock, boost::bind(&bounded_buffer_deque_based<value_type>::is_not_empty, this)); in pop_back() 148 boost::condition m_not_empty; member in bounded_buffer_deque_based 168 m_not_empty.notify_one(); in push_front() [all …]
|
D | circular_buffer_bound_example.cpp | 44 m_not_empty.notify_one(); in push_front() 49 m_not_empty.wait(lock, boost::bind(&bounded_buffer<value_type>::is_not_empty, this)); in pop_back() 65 boost::condition m_not_empty; member in bounded_buffer
|
/third_party/boost/boost/dynamic_bitset/ |
D | dynamic_bitset.hpp | 378 static bool m_not_empty(Block x){ return x != Block(0); }; in m_not_empty() function in boost::dynamic_bitset 1452 std::find_if(m_bits.begin() + first_block, m_bits.end(), m_not_empty) ); in m_do_find_from()
|