Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_thread.cpp1153 void JSThread::SuspendThread(bool internalSuspend, SuspendBarrier* barrier) in SuspendThread() argument
1156 if (!internalSuspend) { in SuspendThread()
1174 void JSThread::ResumeThread(bool internalSuspend) in ResumeThread() argument
1177 if (!internalSuspend) { in ResumeThread()
H A Djs_thread.h1368 void SuspendThread(bool internalSuspend, SuspendBarrier* barrier = nullptr);
1369 void ResumeThread(bool internalSuspend);
/arkcompiler/runtime_core/static_core/runtime/
H A Dthread.cpp433 void ManagedThread::SuspendImpl(bool internalSuspend) in SuspendImpl() argument
437 if (!internalSuspend) { in SuspendImpl()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmanaged_thread.h677 PANDA_PUBLIC_API void SuspendImpl(bool internalSuspend = false);

Completed in 8 milliseconds