Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dthread_dispatcher_client.h32 bool try_join() { in try_join() function
33 return my_arena.try_join(); in try_join()
H A Dthread_dispatcher.cpp152 if (t.try_join()) { in client_in_need()
H A Darena.h388 bool try_join();
H A Darena.cpp398 bool arena::try_join() { in try_join() function in tbb::detail::r1::arena