Searched refs:timeoutFunctions (Results 1 – 2 of 2) sorted by relevance
167 std::vector<TimeoutFunctionInfo> timeoutFunctions; in CheckWorkerStatus() local182 RecordTimeoutFunctionInfo(coWorkerInfo, worker, workerTask, timeoutFunctions); in CheckWorkerStatus()186 for (const auto& timeoutFunction : timeoutFunctions) { in CheckWorkerStatus()194 CPUEUTask* workerTask, std::vector<TimeoutFunctionInfo>& timeoutFunctions) in RecordTimeoutFunctionInfo() argument211 timeoutFunctions.emplace_back(coWorkerInfo, workerInfo, taskInfo.executionTime_); in RecordTimeoutFunctionInfo()
87 CPUEUTask* workerTask, std::vector<TimeoutFunctionInfo>& timeoutFunctions);