Searched refs:notify_all_test (Results 1 – 2 of 2) sorted by relevance
/external/sdv/vsomeip/third_party/boost/atomic/test/ |
D | ipc_wait_test_helpers.hpp | 182 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(¬ify_all_test::thread_func, this, &m_thread1_state); in run() 221 boost::thread thread2(¬ify_all_test::thread_func, this, &m_thread2_state); in run() 279 notify_all_test< Wrapper, T > test(value1, value2); in test_notify_all()
|
D | wait_test_helpers.hpp | 170 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(¬ify_all_test::thread_func, this, &m_thread1_state); in run() 209 boost::thread thread2(¬ify_all_test::thread_func, this, &m_thread2_state); in run() 264 notify_all_test< Wrapper, T > test(value1, value2); in test_notify_all()
|