Home
last modified time | relevance | path

Searched refs:SetVMSuspended (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/
Dvm_thread_control.cpp49 void VmThreadControl::SetVMSuspended(bool flag) in SetVMSuspended() function in panda::ecmascript::VmThreadControl
51 thread_->SetVMSuspended(flag); in SetVMSuspended()
62 SetVMSuspended(true); in SuspendVM()
67 SetVMSuspended(false); in SuspendVM()
Dvm_thread_control.h43 void SetVMSuspended(bool flag);
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.h567 void SetVMSuspended(bool flag) in SetVMSuspended() function