Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dthread_dispatcher.h52 bool must_join_workers() const;
H A Dthread_dispatcher.cpp197 bool thread_dispatcher::must_join_workers() const { return my_join_workers; } in must_join_workers() function in tbb::detail::r1::thread_dispatcher
H A Dgovernor.cpp114 return ((const thread_dispatcher&)client).must_join_workers(); in does_client_join_workers()