Home
last modified time | relevance | path

Searched defs:internalSuspend (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp1159 void JSThread::SuspendThread(bool internalSuspend, SuspendBarrier* barrier) in SuspendThread()
1180 void JSThread::ResumeThread(bool internalSuspend) in ResumeThread()
/arkcompiler/runtime_core/static_core/runtime/
Dthread.cpp433 void ManagedThread::SuspendImpl(bool internalSuspend) in SuspendImpl()