Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dco_context.h165 using thread_data_t = std::pair<coroutine_type&, void*&>; variable
173 thread_data_t& data = *static_cast<thread_data_t*>(d); in coroutine_thread_func()
207 thread_data_t data{ c, arg }; in create_coroutine()