Searched refs:IsExecutingPendingJob (Results 1 – 4 of 4) sorted by relevance
163 bool IsExecutingPendingJob() const override;
1152 bool ArkNativeEngine::IsExecutingPendingJob() const in IsExecutingPendingJob() function in ArkNativeEngine1154 return panda::JSNApi::IsExecutingPendingJob(vm_); in IsExecutingPendingJob()
137 virtual bool IsExecutingPendingJob() const = 0;
259 if (worker->idleState_ && !workerEngine->IsExecutingPendingJob()) { in CheckForBlockedWorkers()