Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dco_context.h72 struct coroutine_type { struct
86 typedef LPVOID coroutine_type; argument
88 struct coroutine_type {
98 void current_coroutine(coroutine_type& c);
99 void swap_coroutine(coroutine_type& prev_coroutine, coroutine_type& new_coroutine);
100 void destroy_coroutine(coroutine_type& c);
109 coroutine_type my_coroutine;
174 coroutine_type& c = data.first; in coroutine_thread_func()
237 inline void swap_coroutine(coroutine_type& prev_coroutine, coroutine_type& new_coroutine) { in swap_coroutine()
291 inline void swap_coroutine(coroutine_type& prev_coroutine, coroutine_type& new_coroutine) { in swap_coroutine()
[all …]