Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/scheduler/
Dworker_thread.cpp42 WorkerThread *WorkerThread::AttachThread() in AttachThread() function in ark::scheduler::WorkerThread
Dworker_thread.h42 static WorkerThread *AttachThread();
/arkcompiler/runtime_core/static_core/runtime/scheduler/tests/
Dworker_thread_test.cpp58 auto wt = WorkerThread::AttachThread(); in TEST_F()