Home
last modified time | relevance | path

Searched refs:CLOCK_MONOTONIC (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dtime.h56 #define CLOCK_MONOTONIC 1 macro
65 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
66 #define CLOCKS_MONO CLOCK_MONOTONIC
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c265 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()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dtime.h48 # define CLOCK_MONOTONIC 1 macro