Searched refs:IsSuspended (Results 1 – 4 of 4) sorted by relevance
29 while (!IsSuspended()) { in NotifyVMThreadSuspension()54 bool VmThreadControl::IsSuspended() const in IsSuspended() function in panda::ecmascript::VmThreadControl
45 bool IsSuspended() const;
106 static bool IsSuspended(const EcmaVM *vm);
481 bool DFXJSNApi::IsSuspended([[maybe_unused]] const EcmaVM *vm) in IsSuspended() function in panda::DFXJSNApi485 return vmThreadControl->IsSuspended(); in IsSuspended()