Lines Matching defs:stopwatch
57 static uint32_t stopwatch = 0;
615 * Get the stopwatch. It might need to signal the condition to
616 * wake up the idle so the stopwatch gets updated.
619 * return - the stopwatch.
642 t = stopwatch;
1068 /* hold the mutex for stopwatch update */
1105 /* increate the stopwatch by the actually slept time */
1106 stopwatch += t3;
1108 /* release the mutex after stopwatch is updated */
1183 if (pt > stopwatch) {
1184 t = pt - stopwatch;