Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dthreading_control.h60 bool try_destroy_client(client_snapshot deleter);
108 bool try_destroy_client(client_snapshot deleter);
H A Dthreading_control.cpp127 bool threading_control_impl::try_destroy_client(threading_control_impl::client_snapshot snapshot) { in try_destroy_client() function in tbb::detail::r1::threading_control_impl
324 bool threading_control::try_destroy_client(threading_control::client_snapshot deleter) { in try_destroy_client() function in tbb::detail::r1::threading_control
325 bool res = my_pimpl->try_destroy_client(deleter); in try_destroy_client()
H A Darena.cpp146 if (tc->try_destroy_client(tc_client_snapshot)) { in on_thread_leaving()