Home
last modified time | relevance | path

Searched refs:timeoutFunctions (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/resourceschedule/ffrt/src/util/
H A Dworker_monitor.cpp167 std::vector<TimeoutFunctionInfo> timeoutFunctions; in CheckWorkerStatus() local
182 RecordTimeoutFunctionInfo(coWorkerInfo, worker, workerTask, timeoutFunctions); in CheckWorkerStatus()
186 for (const auto& timeoutFunction : timeoutFunctions) { in CheckWorkerStatus()
194 CPUEUTask* workerTask, std::vector<TimeoutFunctionInfo>& timeoutFunctions) in RecordTimeoutFunctionInfo() argument
211 timeoutFunctions.emplace_back(coWorkerInfo, workerInfo, taskInfo.executionTime_); in RecordTimeoutFunctionInfo()
H A Dworker_monitor.h87 CPUEUTask* workerTask, std::vector<TimeoutFunctionInfo>& timeoutFunctions);