Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_eh_flow_graph.cpp437 g_Wakeup_Msg = g_Orig_Wakeup_Msg; in test_input_node()
558 g_Wakeup_Msg = saved_msg; in run_one_functype_node_test()
663 g_Wakeup_Msg = g_Orig_Wakeup_Msg; in test_function_node()
770 g_Wakeup_Msg = g_Orig_Wakeup_Msg; in test_multifunction_node()
903 g_Wakeup_Msg = g_Orig_Wakeup_Msg; in test_continue_node()
1035 g_Wakeup_Msg = g_Orig_Wakeup_Msg; in test_buffer_queue_and_overwrite_node()
1157 g_Wakeup_Msg = g_Orig_Wakeup_Msg; in test_sequencer_node()
1278 g_Wakeup_Msg = g_Orig_Wakeup_Msg; in test_priority_queue_node()
1544 g_Wakeup_Msg = g_Orig_Wakeup_Msg; in test_join_node()
1662 g_Wakeup_Msg = g_Orig_Wakeup_Msg; in test_limiter_node()
[all …]
/oneTBB/test/common/
H A Dexception_handling.h32 const char * g_Wakeup_Msg = g_Orig_Wakeup_Msg; variable
243 DOCTEST_WARN_MESSAGE(n < c_Timeout, g_Wakeup_Msg); in WaitUntilConcurrencyPeaks()