Home
last modified time | relevance | path

Searched defs:threadManager (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dthreaded_coroutine.cpp52 auto *threadManager = static_cast<CoroutineManager *>(co->GetVM()->GetThreadManager()); in AttachToCoroutine() local
76 auto *threadManager = static_cast<CoroutineManager *>(co->GetVM()->GetThreadManager()); in Destroy() local
97 auto *threadManager = static_cast<CoroutineManager *>(co->GetVM()->GetThreadManager()); in ThreadProc() local
Dstackful_coroutine.cpp77 auto *threadManager = static_cast<CoroutineManager *>(co->GetVM()->GetThreadManager()); in Destroy() local
/arkcompiler/runtime_core/static_core/runtime/
Dthread.cpp620 auto threadManager = reinterpret_cast<MTThreadManager *>(GetVM()->GetThreadManager()); in MTManagedThread() local
636 auto threadManager = reinterpret_cast<MTThreadManager *>(GetVM()->GetThreadManager()); in ~MTManagedThread() local
710 auto threadManager = reinterpret_cast<MTThreadManager *>(GetVM()->GetThreadManager()); in ProcessCreatedThread() local
797 auto threadManager = reinterpret_cast<MTThreadManager *>(GetVM()->GetThreadManager()); in SetDaemon() local
857 auto threadManager = reinterpret_cast<MTThreadManager *>(GetVM()->GetThreadManager()); in Destroy() local
Dmonitor.cpp106 auto threadManager = reinterpret_cast<MTThreadManager *>(thread->GetVM()->GetThreadManager()); in InflateThinLock() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dupdate_remset_worker.cpp106 auto *threadManager = vm->GetThreadManager(); in FillFromThreads() local