Searched refs:get_thread_data_if_initialized (Results 1 – 5 of 5) sorted by relevance
118 static thread_data* get_thread_data_if_initialized () { in get_thread_data_if_initialized() function128 auto_terminate(get_thread_data_if_initialized()); in terminate_external_thread()
217 __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()
135 thread_data* td = governor::get_thread_data_if_initialized(); in execution_slot()
268 thread_data* td = governor::get_thread_data_if_initialized(); in observe()
579 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()