Home
last modified time | relevance | path

Searched refs:CLOCK_REALTIME (Results 1 – 8 of 8) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dtime.h55 #define CLOCK_REALTIME 0 macro
65 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC)
/utopia/UTPA2-700.0.x/modules/msos/msos/optee/
H A DMsOS_optee.c166 #define CLOCK_REALTIME 0 macro
171 # define CLOCK_ACTIVETIME CLOCK_REALTIME
339 clock_gettime(CLOCK_REALTIME, &(stTime)); \
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c281 clock_gettime(CLOCK_REALTIME, &(stTime)); \
1482 clock_gettime(CLOCK_REALTIME, &prev); in MsOS_DelayTaskUs_Poll()
1486 clock_gettime(CLOCK_REALTIME, &cur); in MsOS_DelayTaskUs_Poll()
2461 if (0 > timer_create(CLOCK_REALTIME, &SignalEvent, &_MsOS_Timer_Info[s32Id].TimerId)) in Timer_Thread()
2581 if(0> timer_create(CLOCK_REALTIME, &SignalEvent, &_MsOS_Timer_Info[s32Id].TimerId)) in MsOS_CreateTimer()
2800 clock_gettime(CLOCK_REALTIME, &ts); in MsOS_GetSystemTime()
/utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/
H A DMsOS_nuttx.c168 #define CLOCK_REALTIME 0 macro
181 # define CLOCK_ACTIVETIME CLOCK_REALTIME
389 clock_gettime(CLOCK_REALTIME, &(stTime)); \
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dtime.h46 # define CLOCK_REALTIME 0 macro
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dtime.h404 #define CLOCK_REALTIME (clockid_t)1 macro
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A DMsOS_linux_kernel.c184 clock_gettime(CLOCK_REALTIME, &(stTime)); \
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DMsOS_linux_kernel.c144 clock_gettime(CLOCK_REALTIME, &(stTime)); \