Searched refs:newLoad (Results 1 – 1 of 1) sorted by relevance
312 struct timespec newLoad; in threadLoop() local313 rc = clock_gettime(CLOCK_THREAD_CPUTIME_ID, &newLoad); in threadLoop()316 sec = newLoad.tv_sec - mOldLoad.tv_sec; in threadLoop()317 nsec = newLoad.tv_nsec - mOldLoad.tv_nsec; in threadLoop()330 mOldLoad = newLoad; in threadLoop()