Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/
H A Dworker.cpp364 bool Worker::UpdateWorkerState(WorkerState expect, WorkerState desired) in UpdateWorkerState() function in Commonlibrary::Concurrent::TaskPoolModule::Worker
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/test/
H A Dtest_worker.cpp173 static void UpdateWorkerState(Worker *worker, Worker::RunnerState state) in UpdateWorkerState() function in Commonlibrary::Concurrent::WorkerModule::WorkersTest
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/worker/
H A Dworker.cpp1821 bool Worker::UpdateWorkerState(RunnerState state) in UpdateWorkerState() function in Commonlibrary::Concurrent::WorkerModule::Worker