Searched refs:madePending (Results 1 – 4 of 4) sorted by relevance
469 job.madePending = now; in notePending()
5497 TimeUtils.formatDuration(job.madePending - nowUptime, pw);5698 proto.write(PendingJob.PENDING_DURATION_MS, nowUptime - job.madePending);
2162 TimeUtils.formatDuration(job.madeActive - job.madePending, pw); in dumpContextInfoLocked()
463 public long madePending; field in JobStatus