Searched refs:CLOCK_MONOTONIC (Results 1 – 3 of 3) sorted by relevance
56 #define CLOCK_MONOTONIC 1 macro65 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)66 #define CLOCKS_MONO CLOCK_MONOTONIC
265 clock_gettime(CLOCK_MONOTONIC, &(stTime)); \2185 PTH_RET_CHK(pthread_condattr_setclock(&attr, CLOCK_MONOTONIC)); in MsOS_CreateEventGroup()2802 clock_gettime(CLOCK_MONOTONIC, &ts); in MsOS_GetSystemTime()2970 PTH_RET_CHK(pthread_condattr_setclock(&attr, CLOCK_MONOTONIC)); in MsOS_CreateQueue()
48 # define CLOCK_MONOTONIC 1 macro