Home
last modified time | relevance | path

Searched defs:thread_type (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/runtime/
Dthread.cpp76 Thread::Thread(PandaVM *vm, ThreadType thread_type) : vm_(vm), thread_type_(thread_type) in Thread()
175Thread::ThreadType thread_type, panda::panda_file::SourceLang thread_lang) in ManagedThread()
/arkcompiler/runtime_core/runtime/include/
Dmanaged_thread.h120 Thread::ThreadType thread_type = thread->GetThreadType(); in ThreadIsManagedThread() local