Searched defs:threadType (Results 1 – 7 of 7) sorted by relevance
95 ThreadType threadType = ThreadType::FP_THREAD; in HWTEST_F_L0() local106 ThreadType threadType = ThreadType::GC_THREAD; in HWTEST_F_L0() local117 ThreadType threadType = ThreadType::GC_THREAD; in HWTEST_F_L0() local149 ThreadType threadType = ThreadType::GC_THREAD; in HWTEST_F_L0() local160 ThreadType threadType = ThreadType::GC_THREAD; in HWTEST_F_L0() local172 ThreadType threadType = ThreadType::GC_THREAD; in HWTEST_F_L0() local189 ThreadType threadType = ThreadType::GC_THREAD; in HWTEST_F_L0() local207 ThreadType threadType = ThreadType::GC_THREAD; in HWTEST_F_L0() local
129 Mutator* MutatorManager::CreateRuntimeMutator(ThreadType threadType) in CreateRuntimeMutator()157 void MutatorManager::DestroyRuntimeMutator(ThreadType threadType) in DestroyRuntimeMutator()
40 ThreadType threadType; member
78 Thread::Thread(PandaVM *vm, ThreadType threadType) : ThreadProxy(vm->GetMutatorLock()), vm_(vm), th… in Thread()194 Thread::ThreadType threadType, ark::panda_file::SourceLang threadLang) in ManagedThread()
126 Thread::ThreadType threadType = thread->GetThreadType(); in ThreadIsManagedThread() local
228 JSThread::JSThread(EcmaVM *vm, ThreadType threadType) : id_(os::thread::GetCurrentThreadId()), in JSThread()241 JSThread::JSThread(ThreadType threadType) : threadType_(threadType) in JSThread()
1902 bool Heap::CheckOngoingConcurrentMarkingImpl(ThreadType threadType, int threadIndex, in CheckOngoingConcurrentMarkingImpl()