Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dworker.h215 std::atomic<bool> hasExecuted_ = false; // false means this worker hasn't execute any tasks member in Commonlibrary::Concurrent::TaskPoolModule::Worker
H A Dworker.cpp435 worker->hasExecuted_ = true; in PerformTask()
H A Dtask_manager.cpp489 if (worker->hasExecuted_) { // worker that hasn't execute any tasks should not be released in NotifyShrink()
/commonlibrary/ets_utils/js_concurrent_module/taskpool/test/
H A Dtest.cpp297 worker2->hasExecuted_ = true; in NotifyShrink()
300 worker2->hasExecuted_ = false; in NotifyShrink()

Completed in 7 milliseconds