Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp792 … ecmascript::VmThreadControl* vmThreadControl = vm->GetAssociatedJSThread()->GetVmThreadControl(); in SuspendVM() local
793 return vmThreadControl->NotifyVMThreadSuspension(); in SuspendVM()
803 … ecmascript::VmThreadControl* vmThreadControl = vm->GetAssociatedJSThread()->GetVmThreadControl(); in ResumeVM() local
804 vmThreadControl->ResumeVM(); in ResumeVM()
813 … ecmascript::VmThreadControl* vmThreadControl = vm->GetAssociatedJSThread()->GetVmThreadControl(); in IsSuspended() local
814 return vmThreadControl->IsSuspended(); in IsSuspended()
823 … ecmascript::VmThreadControl* vmThreadControl = vm->GetAssociatedJSThread()->GetVmThreadControl(); in TerminateExecution() local
824 vmThreadControl->RequestTerminateExecution(); in TerminateExecution()