Searched defs:threadType (Results 1 – 3 of 3) sorted by relevance
78 Thread::Thread(PandaVM *vm, ThreadType threadType) in Thread()208 Thread::ThreadType threadType, ark::panda_file::SourceLang threadLang) in ManagedThread()
136 JSThread::JSThread(EcmaVM *vm, ThreadType threadType) : id_(os::thread::GetCurrentThreadId()), in JSThread()145 JSThread::JSThread(ThreadType threadType) : threadType_(threadType) in JSThread()
126 Thread::ThreadType threadType = thread->GetThreadType(); in ThreadIsManagedThread() local