Lines Matching refs:task_scheduler_handle
266 tbb::task_scheduler_handle hdl1{ tbb::attach{} };
270 tbb::task_scheduler_handle hdl2;
271 hdl2 = tbb::task_scheduler_handle{ tbb::attach{} };
281 tbb::task_scheduler_handle hndl;
288 tbb::task_scheduler_handle hndl{ tbb::attach{} };
300 tbb::task_scheduler_handle handle1{ tbb::attach{} };
301 tbb::task_scheduler_handle handle2(std::move(handle1));
316 tbb::task_scheduler_handle handle{ tbb::attach{} };
328 tbb::task_scheduler_handle handle;
330 handle = tbb::task_scheduler_handle{ tbb::attach{} }; in __anon3ebcafb90202()
343 tbb::task_scheduler_handle handle = tbb::task_scheduler_handle{ tbb::attach{} };