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 panda::ThreadedCoroutineContext
Dthreaded_coroutine.h88 static void ThreadProc(ThreadedCoroutineContext *ctx);
Dstackful_coroutine_worker.cpp32 std::thread t(&StackfulCoroutineWorker::ThreadProc, this); in StackfulCoroutineWorker()
149 void StackfulCoroutineWorker::ThreadProc() in ThreadProc() function in panda::StackfulCoroutineWorker
Dstackful_coroutine_worker.h126 void ThreadProc();