Searched refs:newLoad (Results 1 – 1 of 1) sorted by relevance
276 struct timespec newLoad; in threadLoop() local277 rc = clock_gettime(CLOCK_THREAD_CPUTIME_ID, &newLoad); in threadLoop()280 sec = newLoad.tv_sec - mOldLoad.tv_sec; in threadLoop()281 nsec = newLoad.tv_nsec - mOldLoad.tv_nsec; in threadLoop()294 mOldLoad = newLoad; in threadLoop()