Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dthreaded_coroutine.cpp55 std::thread t(ThreadProc, this); in AttachToCoroutine()
94 void ThreadedCoroutineContext::ThreadProc(ThreadedCoroutineContext *ctx) in ThreadProc() function in ark::ThreadedCoroutineContext
Dthreaded_coroutine.h88 static void ThreadProc(ThreadedCoroutineContext *ctx);
Dstackful_coroutine_worker.h139 void ThreadProc();
Dstackful_coroutine_worker.cpp36 std::thread t(&StackfulCoroutineWorker::ThreadProc, this); in StackfulCoroutineWorker()
154 void StackfulCoroutineWorker::ThreadProc() in ThreadProc() function in ark::StackfulCoroutineWorker