Searched refs:do_nested_work (Results 1 – 1 of 1) sorted by relevance
427 void do_nested_work( const std::thread::id& tid, const tbb::blocked_range<int>& subrange );438 do_nested_work<work_type>( /*tid=*/std::this_thread::get_id(), subrange ); in operator ()()450 void do_nested_work( const std::thread::id& tid, const tbb::blocked_range<int>& /*subrange*/ ) { in do_nested_work() function482 void do_nested_work<PRIORITIZED_WORK>( const std::thread::id& tid, in do_nested_work() function