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