Searched refs:flog (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/test/tbb/ |
| H A D | test_eh_flow_graph.cpp | 166 ResetEhGlobals(throwException, flog); in ResetGlobals() 371 ResetGlobals(throwException,flog); in run_one_input_node_test() 515 ResetGlobals(throwException,flog); in run_one_functype_node_test() 817 ResetGlobals(throwException,flog); in run_one_continue_node_test() 932 ResetGlobals(throwException,flog); in run_one_buffer_node_test() 1066 ResetGlobals(throwException,flog); in run_one_sequencer_node_test() 1189 ResetGlobals(throwException,flog); in run_one_priority_queue_node_test() 1331 ResetGlobals(throwException,flog); in execute_test() 1573 ResetGlobals(throwException,flog); in run_one_limiter_node_test() 1699 ResetGlobals(throwException,flog); in run_one_split_node_test() [all …]
|
| H A D | test_eh_algorithms.cpp | 103 inline void ResetGlobals ( bool throwException = true, bool flog = false ) { in ResetGlobals() argument 104 ResetEhGlobals( throwException, flog ); in ResetGlobals()
|
| /oneTBB/test/common/ |
| H A D | exception_handling.h | 82 inline void ResetEhGlobals ( bool throwException = true, bool flog = false ) { 91 g_Flog = flog;
|