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