Home
last modified time | relevance | path

Searched refs:GetThreadType (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/scheduler/
Dworker_thread.h36 ASSERT(thread->GetThreadType() == Thread::ThreadType::THREAD_TYPE_WORKER_THREAD); in GetCurrent()
Dtask.h34 ASSERT(task->GetThreadType() == Thread::ThreadType::THREAD_TYPE_TASK); in GetCurrent()
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine.h141 return thread->GetThreadType() == Thread::ThreadType::THREAD_TYPE_TASK; in ThreadIsCoroutine()
/arkcompiler/runtime_core/static_core/runtime/include/
Dthread.h306 ThreadType GetThreadType() const in GetThreadType() function
Dmtmanaged_thread.h142 return thread->GetThreadType() == Thread::ThreadType::THREAD_TYPE_MT_MANAGED; in ThreadIsMTManagedThread()
Dmanaged_thread.h126 Thread::ThreadType threadType = thread->GetThreadType(); in ThreadIsManagedThread()
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebugger.cpp576 if (!vmStarted_ || thread->GetThreadType() == Thread::ThreadType::THREAD_TYPE_COMPILER) { in ClassLoad()
586 if (!vmStarted_ || thread->GetThreadType() == Thread::ThreadType::THREAD_TYPE_COMPILER) { in ClassPrepare()