Home
last modified time | relevance | path

Searched refs:NotifyWorkerIdle (Results 1 - 6 of 6) sorted by relevance

/commonlibrary/ets_utils/js_concurrent_module/taskpool/test/
H A Dtest.h57 static void NotifyWorkerIdle(napi_env env);
H A Dtest.cpp361 void NativeEngineTest::NotifyWorkerIdle(napi_env env) in NotifyWorkerIdle() function in Commonlibrary::Concurrent::TaskPoolModule::NativeEngineTest
372 taskManager.NotifyWorkerIdle(worker); in NotifyWorkerIdle()
374 taskManager.NotifyWorkerIdle(worker); in NotifyWorkerIdle()
H A Dtest_taskpool.cpp530 taskManager.NotifyWorkerIdle(worker); in HWTEST_F()
2669 NativeEngineTest::NotifyWorkerIdle(env); in HWTEST_F()
/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dtask_manager.h72 void NotifyWorkerIdle(Worker* worker);
H A Dworker.cpp330 TaskManager::GetInstance().NotifyWorkerIdle(this); in NotifyIdle()
H A Dtask_manager.cpp655 void TaskManager::NotifyWorkerIdle(Worker* worker) in NotifyWorkerIdle() function in Commonlibrary::Concurrent::TaskPoolModule::TaskManager
672 NotifyWorkerIdle(worker); in NotifyWorkerCreated()
900 // worker sets and call the 'NotifyWorkerIdle', which can still execute some tasks in its own thread. in RestoreWorker()

Completed in 17 milliseconds