Home
last modified time | relevance | path

Searched refs:idleState_ (Results 1 - 4 of 4) sorted by relevance

/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dworker.h144 worker_->idleState_ = false; in RunningScope()
211 std::atomic<bool> idleState_ = true; // true means the worker is idle member in Commonlibrary::Concurrent::TaskPoolModule::Worker
H A Dworker.cpp58 worker_->idleState_ = true; in ~RunningScope()
H A Dtask_manager.cpp259 if (worker->idleState_ && !workerEngine->IsExecutingPendingJob()) { in CheckForBlockedWorkers()
/commonlibrary/ets_utils/js_concurrent_module/taskpool/test/
H A Dtest.cpp207 worker->idleState_ = true; in CheckForBlockedWorkers()
212 worker->idleState_ = false; in CheckForBlockedWorkers()
218 worker->idleState_ = false; in CheckForBlockedWorkers()

Completed in 6 milliseconds