Searched refs:taskInfo (Results 1 – 2 of 2) sorted by relevance
282 TaskInfo taskInfo; in threadFunc() local286 mRunMessages.receive(&taskInfo); in threadFunc()287 switch (taskInfo.cmd) { in threadFunc()289 doRun(taskInfo); in threadFunc()
132 const TaskInfo& taskInfo = mTasks.top(); in handleTaskTimeout() local133 if (taskInfo.timestampInMs + kTaskTimeoutInMs > now) { in handleTaskTimeout()138 taskInfo.taskData.clientid().c_str(), taskInfo.timestampInMs, now); in handleTaskTimeout()