Searched refs:USECS_PER_SEC (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/timers/
H A Dposix_timers.c20 #define USECS_PER_SEC 1000000 macro
67 diff += (end.tv_sec - start.tv_sec) * USECS_PER_SEC;
69 if (llabs(diff - DELAY * USECS_PER_SEC) > USECS_PER_SEC / 2) {

Completed in 504 milliseconds