Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/common_components/mutator/tests/
Dmutator_manager_test.cpp95 ThreadType threadType = ThreadType::FP_THREAD; in HWTEST_F_L0() local
106 ThreadType threadType = ThreadType::GC_THREAD; in HWTEST_F_L0() local
117 ThreadType threadType = ThreadType::GC_THREAD; in HWTEST_F_L0() local
149 ThreadType threadType = ThreadType::GC_THREAD; in HWTEST_F_L0() local
160 ThreadType threadType = ThreadType::GC_THREAD; in HWTEST_F_L0() local
172 ThreadType threadType = ThreadType::GC_THREAD; in HWTEST_F_L0() local
189 ThreadType threadType = ThreadType::GC_THREAD; in HWTEST_F_L0() local
207 ThreadType threadType = ThreadType::GC_THREAD; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/common_components/mutator/
Dmutator_manager.cpp129 Mutator* MutatorManager::CreateRuntimeMutator(ThreadType threadType) in CreateRuntimeMutator()
157 void MutatorManager::DestroyRuntimeMutator(ThreadType threadType) in DestroyRuntimeMutator()
Dthread_local.h40 ThreadType threadType; member
/arkcompiler/runtime_core/static_core/runtime/
Dthread.cpp78 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()
/arkcompiler/runtime_core/static_core/runtime/include/
Dmanaged_thread.h126 Thread::ThreadType threadType = thread->GetThreadType(); in ThreadIsManagedThread() local
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp228 JSThread::JSThread(EcmaVM *vm, ThreadType threadType) : id_(os::thread::GetCurrentThreadId()), in JSThread()
241 JSThread::JSThread(ThreadType threadType) : threadType_(threadType) in JSThread()
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.cpp1902 bool Heap::CheckOngoingConcurrentMarkingImpl(ThreadType threadType, int threadIndex, in CheckOngoingConcurrentMarkingImpl()