Searched refs:threadType (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | managed_thread.h | 126 Thread::ThreadType threadType = thread->GetThreadType(); in ThreadIsManagedThread() local 127 return threadType == Thread::ThreadType::THREAD_TYPE_MANAGED || in ThreadIsManagedThread() 128 threadType == Thread::ThreadType::THREAD_TYPE_MT_MANAGED || in ThreadIsManagedThread() 129 threadType == Thread::ThreadType::THREAD_TYPE_TASK; in ThreadIsManagedThread() 253 …hread(ThreadId id, mem::InternalAllocatorPtr allocator, PandaVM *vm, Thread::ThreadType threadType,
|
| D | thread.h | 263 Thread(PandaVM *vm, ThreadType threadType);
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | thread.cpp | 78 Thread::Thread(PandaVM *vm, ThreadType threadType) in Thread() argument 79 : vm_(vm), threadType_(threadType), mutatorLock_(vm->GetMutatorLock()) in Thread() 208 … Thread::ThreadType threadType, panda::panda_file::SourceLang threadLang) in ManagedThread() argument 209 : Thread(pandaVm, threadType), in ManagedThread()
|