Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/threads/
DThreadPool.h152 int workerIndex = currentIndex % mWorkers.size(); in enqueue() local
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DProcessGroupGloo.cpp833 void ProcessGroupGloo::runLoop(int workerIndex) { in runLoop()