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