Home
last modified time | relevance | path

Searched defs:UpdateWorkerState (Results 1 – 3 of 3) sorted by relevance

/commonlibrary/ets_utils/js_concurrent_module/taskpool/
Dworker.cpp411 bool Worker::UpdateWorkerState(WorkerState expect, WorkerState desired) in UpdateWorkerState() function in Commonlibrary::Concurrent::TaskPoolModule::Worker
/commonlibrary/ets_utils/js_concurrent_module/worker/
Dworker.cpp2040 bool Worker::UpdateWorkerState(RunnerState state) in UpdateWorkerState() function in Commonlibrary::Concurrent::WorkerModule::Worker
/commonlibrary/ets_utils/js_concurrent_module/worker/test/
Dtest_worker.cpp276 static void UpdateWorkerState(Worker *worker, Worker::RunnerState state) in UpdateWorkerState() function in Commonlibrary::Concurrent::WorkerModule::WorkersTest