Searched refs:ThreadProc (Results 1 – 4 of 4) sorted by relevance
55 std::thread t(ThreadProc, this); in AttachToCoroutine()94 void ThreadedCoroutineContext::ThreadProc(ThreadedCoroutineContext *ctx) in ThreadProc() function in ark::ThreadedCoroutineContext
88 static void ThreadProc(ThreadedCoroutineContext *ctx);
139 void ThreadProc();
36 std::thread t(&StackfulCoroutineWorker::ThreadProc, this); in StackfulCoroutineWorker()154 void StackfulCoroutineWorker::ThreadProc() in ThreadProc() function in ark::StackfulCoroutineWorker