Home
last modified time | relevance | path

Searched refs:set_thread_data (Results 1 – 4 of 4) sorted by relevance

/oneTBB/src/tbb/
H A Dgovernor.h110 static void set_thread_data(thread_data& td) { in set_thread_data() function
H A Dco_context.h188 governor::set_thread_data(*c.my_thread_data); in coroutine_thread_func()
260 governor::set_thread_data(*prev_coroutine.my_thread_data); in swap_coroutine()
H A Dgovernor.cpp208 set_thread_data(td); in init_external_thread()
236 set_thread_data(*td); in auto_terminate()
H A Darena.cpp189 governor::set_thread_data(tls); // TODO: consider moving to create_one_job. in process()