Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_tbb_fork.cpp152 tbb::task_scheduler_handle sch{tbb::attach{}}; in TestTasksInThread() local
155 bool ok = tbb::finalize(sch, std::nothrow); in TestTasksInThread()
180 tbb::task_scheduler_handle sch = tbb::task_scheduler_handle::get(); in TestSchedulerMemLeaks() local
186 bool ok = tbb::finalize(sch, std::nothrow); in TestSchedulerMemLeaks()
271 tbb::task_scheduler_handle sch{tbb::attach{}}; in main() local
272 bool ok = tbb::finalize( sch, std::nothrow ); in main()
275 tbb::task_scheduler_handle sch{tbb::attach{}}; in main() local
277 bool ok = tbb::finalize( sch, std::nothrow ); in main()