Searched refs:thread_data_t (Results 1 – 1 of 1) sorted by relevance
165 using thread_data_t = std::pair<coroutine_type&, void*&>; variable173 thread_data_t& data = *static_cast<thread_data_t*>(d); in coroutine_thread_func()207 thread_data_t data{ c, arg }; in create_coroutine()