Home
last modified time | relevance | path

Searched refs:get_thread_data_if_initialized (Results 1 – 5 of 5) sorted by relevance

/oneTBB/src/tbb/
H A Dgovernor.h118 static thread_data* get_thread_data_if_initialized () { in get_thread_data_if_initialized() function
128 auto_terminate(get_thread_data_if_initialized()); in terminate_external_thread()
H A Dgovernor.cpp217 __TBB_ASSERT(get_thread_data_if_initialized() == nullptr || in auto_terminate()
218 get_thread_data_if_initialized() == tls, nullptr); in auto_terminate()
258 __TBB_ASSERT(get_thread_data_if_initialized() == nullptr, nullptr); in auto_terminate()
284 thread_data* td = governor::get_thread_data_if_initialized(); in finalize_impl()
H A Dtask_dispatcher.cpp135 thread_data* td = governor::get_thread_data_if_initialized(); in execution_slot()
H A Dobserver_proxy.cpp268 thread_data* td = governor::get_thread_data_if_initialized(); in observe()
H A Darena.cpp579 thread_data* td = governor::get_thread_data_if_initialized(); in attach()
823 else if( thread_data* td = governor::get_thread_data_if_initialized() ) in max_concurrency()