Home
last modified time | relevance | path

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

/third_party/boost/libs/circular_buffer/test/
Dbounded_buffer_comparison.cpp68 class bounded_buffer_space_optimized { class
76 explicit bounded_buffer_space_optimized(size_type capacity) : m_container(capacity) {} in bounded_buffer_space_optimized() function in bounded_buffer_space_optimized
80 …m_not_full.wait(lock, boost::bind(&bounded_buffer_space_optimized<value_type>::is_not_full, this)); in push_front()
88 …m_not_empty.wait(lock, boost::bind(&bounded_buffer_space_optimized<value_type>::is_not_empty, this… in pop_back()
97bounded_buffer_space_optimized(const bounded_buffer_space_optimized&); // Disabled co…
98bounded_buffer_space_optimized& operator = (const bounded_buffer_space_optimized&); // Disabled as…
263 bounded_buffer_space_optimized<int> bb_space_optimized_int(QUEUE_SIZE); in main()
279 bounded_buffer_space_optimized<std::string> bb_space_optimized_string(QUEUE_SIZE); in main()
/third_party/boost/libs/circular_buffer/example/
Dbounded_buffer_comparison.cpp68 class bounded_buffer_space_optimized { class
76 explicit bounded_buffer_space_optimized(size_type capacity) : m_container(capacity) {} in bounded_buffer_space_optimized() function in bounded_buffer_space_optimized
80 …m_not_full.wait(lock, boost::bind(&bounded_buffer_space_optimized<value_type>::is_not_full, this)); in push_front()
88 …m_not_empty.wait(lock, boost::bind(&bounded_buffer_space_optimized<value_type>::is_not_empty, this… in pop_back()
97bounded_buffer_space_optimized(const bounded_buffer_space_optimized&); // Disabled co…
98bounded_buffer_space_optimized& operator = (const bounded_buffer_space_optimized&); // Disabled as…
263 bounded_buffer_space_optimized<int> bb_space_optimized_int(QUEUE_SIZE); in main()
279 bounded_buffer_space_optimized<std::string> bb_space_optimized_string(QUEUE_SIZE); in main()