Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_global_control.cpp61 bool myAutoInit; member in TestBlockingTerminateNS::TestMultpleWaitBody
63 TestMultpleWaitBody( bool autoInit = false ) : myAutoInit( autoInit ) {} in TestMultpleWaitBody()
66 if ( !myAutoInit ) { in operator ()()
73 const int numCases = myAutoInit ? 4 : 6; in operator ()()
105 if ( !myAutoInit && tbb::finalize( init.get(), std::nothrow ) ) in operator ()()