Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_tbb_fork.cpp206 tbb::task_scheduler_handle schBlock = tbb::task_scheduler_handle{tbb::attach{}}; in TestNestingTSI()
217 bool ok = tbb::finalize(schBlock, std::nothrow); in TestNestingTSI()
221 tbb::task_scheduler_handle schBlock{tbb::attach{}}; in TestNestingTSI() local
223 bool ok = tbb::finalize(schBlock, std::nothrow); in TestNestingTSI()