Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
Dthread.cpp78 Thread::Thread(PandaVM *vm, ThreadType threadType) in Thread()
208 Thread::ThreadType threadType, ark::panda_file::SourceLang threadLang) in ManagedThread()
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp136 JSThread::JSThread(EcmaVM *vm, ThreadType threadType) : id_(os::thread::GetCurrentThreadId()), in JSThread()
145 JSThread::JSThread(ThreadType threadType) : threadType_(threadType) in JSThread()
/arkcompiler/runtime_core/static_core/runtime/include/
Dmanaged_thread.h126 Thread::ThreadType threadType = thread->GetThreadType(); in ThreadIsManagedThread() local