Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dco_context.h333 typedef void(*coroutine_func_t)(); in create_coroutine() typedef
340 makecontext(&c.my_context, (coroutine_func_t)co_local_wait_for_all, 2, hi, lo); in create_coroutine()