Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp567 … ecmascript::VmThreadControl* vmThreadControl = vm->GetAssociatedJSThread()->GetVmThreadControl(); in SuspendVM() local
568 return vmThreadControl->NotifyVMThreadSuspension(); in SuspendVM()
578 … ecmascript::VmThreadControl* vmThreadControl = vm->GetAssociatedJSThread()->GetVmThreadControl(); in ResumeVM() local
579 vmThreadControl->ResumeVM(); in ResumeVM()
588 … ecmascript::VmThreadControl* vmThreadControl = vm->GetAssociatedJSThread()->GetVmThreadControl(); in IsSuspended() local
589 return vmThreadControl->IsSuspended(); in IsSuspended()
598 … ecmascript::VmThreadControl* vmThreadControl = vm->GetAssociatedJSThread()->GetVmThreadControl(); in TerminateExecution() local
599 vmThreadControl->RequestTerminateExecution(); in TerminateExecution()