Searched defs:asyncRunnerId (Results 1 – 2 of 2) sorted by relevance
57 void AsyncRunnerManager::StoreAsyncRunner(uint64_t asyncRunnerId, AsyncRunner* asyncRunner) in StoreAsyncRunner()63 void AsyncRunnerManager::RemoveAsyncRunner(uint64_t asyncRunnerId) in RemoveAsyncRunner()68 AsyncRunner* AsyncRunnerManager::GetAsyncRunner(uint64_t asyncRunnerId) in GetAsyncRunner()80 uint64_t asyncRunnerId = lastTask->asyncRunnerId_; in TriggerAsyncRunner() local139 bool AsyncRunnerManager::FindRunnerAndRef(uint64_t asyncRunnerId) in FindRunnerAndRef()166 void AsyncRunnerManager::DecreaseRunningCount(uint64_t asyncRunnerId) in DecreaseRunningCount()
70 uint64_t asyncRunnerId = reinterpret_cast<uint64_t>(asyncRunner); in AsyncRunnerConstructorInner() local