Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/atomic/test/
Dipc_wait_test_helpers.hpp182 class notify_all_test class
208 explicit notify_all_test(T value1, T value2) : in notify_all_test() function in notify_all_test
220 boost::thread thread1(&notify_all_test::thread_func, this, &m_thread1_state); in run()
221 boost::thread thread2(&notify_all_test::thread_func, this, &m_thread2_state); in run()
279 notify_all_test< Wrapper, T > test(value1, value2); in test_notify_all()
Dwait_test_helpers.hpp170 class notify_all_test class
196 explicit notify_all_test(T value1, T value2) : in notify_all_test() function in notify_all_test
208 boost::thread thread1(&notify_all_test::thread_func, this, &m_thread1_state); in run()
209 boost::thread thread2(&notify_all_test::thread_func, this, &m_thread2_state); in run()
264 notify_all_test< Wrapper, T > test(value1, value2); in test_notify_all()