Home
last modified time | relevance | path

Searched refs:unregister_thread (Results 1 – 9 of 9) sorted by relevance

/oneTBB/src/tbb/
H A Dthreading_control.cpp143 void threading_control_impl::unregister_thread(thread_data& td) { in unregister_thread() function in tbb::detail::r1::threading_control_impl
144 my_cancellation_disseminator->unregister_thread(td); in unregister_thread()
369 void threading_control::unregister_thread(thread_data& td) { in unregister_thread() function in tbb::detail::r1::threading_control
370 my_pimpl->unregister_thread(td); in unregister_thread()
H A Dthreading_control.h63 void unregister_thread(thread_data& td);
111 void unregister_thread(thread_data& td);
H A Dpm_client.h56 virtual void unregister_thread() = 0;
H A Dcancellation_disseminator.h68 void unregister_thread(thread_data& td) { in unregister_thread() function
H A Dmarket.cpp33 void unregister_thread() override {} in unregister_thread() function in tbb::detail::r1::tbb_permit_manager_client
H A Dthread_dispatcher.cpp218 my_threading_control.unregister_thread(static_cast<thread_data&>(j)); in cleanup()
H A Dtcm_adaptor.cpp201 void unregister_thread() override { in unregister_thread() function in tbb::detail::r1::tcm_client
H A Dgovernor.cpp246 thr_control->unregister_thread(*td); in auto_terminate()
H A Darena.cpp240 my_tc_client.get_pm_client()->unregister_thread(); in process()