Home
last modified time | relevance | path

Searched refs:IsSuspended (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/
Dvm_thread_control.cpp29 while (!IsSuspended()) { in NotifyVMThreadSuspension()
54 bool VmThreadControl::IsSuspended() const in IsSuspended() function in panda::ecmascript::VmThreadControl
Dvm_thread_control.h45 bool IsSuspended() const;
/arkcompiler/ets_runtime/ecmascript/napi/include/
Ddfx_jsnapi.h106 static bool IsSuspended(const EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp481 bool DFXJSNApi::IsSuspended([[maybe_unused]] const EcmaVM *vm) in IsSuspended() function in panda::DFXJSNApi
485 return vmThreadControl->IsSuspended(); in IsSuspended()