Home
last modified time | relevance | path

Searched defs:asyncRunnerId (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/ets_utils/js_concurrent_module/taskpool/
Dasync_runner_manager.cpp36 uint64_t asyncRunnerId = 0; in CreateOrGetGlobalRunner() local
60 void AsyncRunnerManager::StoreAsyncRunner(uint64_t asyncRunnerId, AsyncRunner* asyncRunner) in StoreAsyncRunner()
66 void AsyncRunnerManager::RemoveAsyncRunner(uint64_t asyncRunnerId) in RemoveAsyncRunner()
71 AsyncRunner* AsyncRunnerManager::GetAsyncRunner(uint64_t asyncRunnerId) in GetAsyncRunner()
83 uint64_t asyncRunnerId = lastTask->asyncRunnerId_; in TriggerAsyncRunner() local
146 bool AsyncRunnerManager::FindRunnerAndRef(uint64_t asyncRunnerId) in FindRunnerAndRef()
175 void AsyncRunnerManager::DecreaseRunningCount(uint64_t asyncRunnerId) in DecreaseRunningCount()
Dasync_runner.cpp70 uint64_t asyncRunnerId = reinterpret_cast<uint64_t>(asyncRunner); in AsyncRunnerConstructorInner() local