Home
last modified time | relevance | path

Searched refs:dThread (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_gc_marker.cpp100 DaemonThread *dThread = DaemonThread::GetInstance(); in ProcessMarkStack() local
101 if (UNLIKELY(!dThread->IsRunning())) { in ProcessMarkStack()
107 if (os::thread::GetCurrentThreadId() != dThread->GetThreadId()) { in ProcessMarkStack()
148 DaemonThread *dThread = DaemonThread::GetInstance(); in ProcessMarkStack() local
149 if (UNLIKELY(!dThread->IsRunning())) { in ProcessMarkStack()
155 if (os::thread::GetCurrentThreadId() != dThread->GetThreadId()) { in ProcessMarkStack()
/arkcompiler/ets_runtime/ecmascript/taskpool/
H A Dtaskpool.h69 DaemonThread *dThread = DaemonThread::GetInstance(); in IsDaemonThreadOrInThreadPool() local
70 return IsInThreadPool(id) || (dThread != nullptr in IsDaemonThreadOrInThreadPool()
71 && dThread->GetThreadId() == JSThread::GetCurrentThreadId()); in IsDaemonThreadOrInThreadPool()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap.cpp188 const JSRuntimeOptions &option, DaemonThread *dThread) in Initialize()
217 dThread_ = dThread; in Initialize()
187 Initialize(NativeAreaAllocator *nativeAreaAllocator, HeapRegionAllocator *heapRegionAllocator, const JSRuntimeOptions &option, DaemonThread *dThread) Initialize() argument
H A Dheap.h435 const JSRuntimeOptions &option, DaemonThread *dThread);

Completed in 8 milliseconds