Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dco_context.h109 coroutine_type my_coroutine; variable
118 create_coroutine(my_coroutine, stack_size, arg); in co_context()
120 current_coroutine(my_coroutine); in co_context()
130 destroy_coroutine(my_coroutine); in ~co_context()
144 swap_coroutine(my_coroutine, target.my_coroutine); in resume()