Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp797 … ecmascript::VmThreadControl* vmThreadControl = vm->GetAssociatedJSThread()->GetVmThreadControl(); in SuspendVM() local
798 return vmThreadControl->NotifyVMThreadSuspension(); in SuspendVM()
808 … ecmascript::VmThreadControl* vmThreadControl = vm->GetAssociatedJSThread()->GetVmThreadControl(); in ResumeVM() local
809 vmThreadControl->ResumeVM(); in ResumeVM()
818 … ecmascript::VmThreadControl* vmThreadControl = vm->GetAssociatedJSThread()->GetVmThreadControl(); in IsSuspended() local
819 return vmThreadControl->IsSuspended(); in IsSuspended()
828 … ecmascript::VmThreadControl* vmThreadControl = vm->GetAssociatedJSThread()->GetVmThreadControl(); in TerminateExecution() local
829 vmThreadControl->RequestTerminateExecution(); in TerminateExecution()