Searched refs:newLoad (Results 1 – 1 of 1) sorted by relevance
288 struct timespec newLoad; in threadLoop() local289 rc = clock_gettime(CLOCK_THREAD_CPUTIME_ID, &newLoad); in threadLoop()292 sec = newLoad.tv_sec - oldLoad.tv_sec; in threadLoop()293 nsec = newLoad.tv_nsec - oldLoad.tv_nsec; in threadLoop()306 oldLoad = newLoad; in threadLoop()