Home
last modified time | relevance | path

Searched defs:ThreadManager (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/runtime/include/
Dpanda_vm.h32 class ThreadManager; variable
Dthread.h62 class ThreadManager; variable
/arkcompiler/runtime_core/runtime/
Dthread_manager.cpp29 ThreadManager::ThreadManager(mem::InternalAllocatorPtr allocator) : threads_(allocator->Adapter()) in ThreadManager() function in panda::ThreadManager