Searched refs:try_destroy_client (Results 1 – 3 of 3) sorted by relevance
60 bool try_destroy_client(client_snapshot deleter);108 bool try_destroy_client(client_snapshot deleter);
127 bool threading_control_impl::try_destroy_client(threading_control_impl::client_snapshot snapshot) { in try_destroy_client() function in tbb::detail::r1::threading_control_impl324 bool threading_control::try_destroy_client(threading_control::client_snapshot deleter) { in try_destroy_client() function in tbb::detail::r1::threading_control325 bool res = my_pimpl->try_destroy_client(deleter); in try_destroy_client()
146 if (tc->try_destroy_client(tc_client_snapshot)) { in on_thread_leaving()