Searched refs:m_thread2_state (Results 1 – 2 of 2) sorted by relevance
/external/sdv/vsomeip/third_party/boost/atomic/test/ |
D | ipc_wait_test_helpers.hpp | 71 thread_state m_thread2_state; member in notify_one_test 81 m_thread2_state(value1) in notify_one_test() 88 boost::thread thread2(¬ify_one_test::thread_func, this, &m_thread2_state); in run() 116 thread_state* second_state = &m_thread2_state; in run() 205 thread_state m_thread2_state; member in notify_all_test 214 m_thread2_state(value1) in notify_all_test() 221 boost::thread thread2(¬ify_all_test::thread_func, this, &m_thread2_state); in run() 251 if ((m_thread2_state.m_wakeup_time - start_time) < chrono::milliseconds(200)) in run() 253 …woke up too soon: " << chrono::duration_cast< chrono::milliseconds >(m_thread2_state.m_wakeup_time… in run() 259 BOOST_TEST_EQ(m_thread2_state.m_received_value, m_value2); in run()
|
D | wait_test_helpers.hpp | 68 thread_state m_thread2_state; member in notify_one_test 78 m_thread2_state(value1) in notify_one_test() 85 boost::thread thread2(¬ify_one_test::thread_func, this, &m_thread2_state); in run() 113 thread_state* second_state = &m_thread2_state; in run() 193 thread_state m_thread2_state; member in notify_all_test 202 m_thread2_state(value1) in notify_all_test() 209 boost::thread thread2(¬ify_all_test::thread_func, this, &m_thread2_state); in run() 237 if ((m_thread2_state.m_wakeup_time - start_time) < chrono::milliseconds(200)) in run() 239 …woke up too soon: " << chrono::duration_cast< chrono::milliseconds >(m_thread2_state.m_wakeup_time… in run() 244 BOOST_TEST_EQ(m_thread2_state.m_received_value, m_value2); in run()
|