Home
last modified time | relevance | path

Searched refs:m_not_empty (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/circular_buffer/test/
Dbounded_buffer_comparison.cpp42 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()
88m_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()
130m_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/
Dbounded_buffer_comparison.cpp42 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()
88m_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()
130m_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 …]
Dcircular_buffer_bound_example.cpp44 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/
Ddynamic_bitset.hpp378 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()