Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dco_context.h168 inline unsigned WINAPI coroutine_thread_func(void* d) in coroutine_thread_func() function
170 inline void* coroutine_thread_func(void* d) in coroutine_thread_func()
210 …c.my_thread = (HANDLE)_beginthreadex(nullptr, unsigned(stack_size), coroutine_thread_func, &data, … in create_coroutine()
220 …check(pthread_create(&c.my_thread, &s, coroutine_thread_func, &data), "pthread_create has failed"); in create_coroutine()