Searched refs:must_join_workers (Results 1 – 3 of 3) sorted by relevance
52 bool must_join_workers() const;
197 bool thread_dispatcher::must_join_workers() const { return my_join_workers; } in must_join_workers() function in tbb::detail::r1::thread_dispatcher
114 return ((const thread_dispatcher&)client).must_join_workers(); in does_client_join_workers()