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 panda::ThreadedCoroutineContext
88 static void ThreadProc(ThreadedCoroutineContext *ctx);
32 std::thread t(&StackfulCoroutineWorker::ThreadProc, this); in StackfulCoroutineWorker()149 void StackfulCoroutineWorker::ThreadProc() in ThreadProc() function in panda::StackfulCoroutineWorker
126 void ThreadProc();