Searched defs:sys_time (Results 1 – 11 of 11) sorted by relevance
10 #define sys_time m32_sys_time macro
10 #define sys_time mx32_sys_time macro
76 SYSTEMTIME sys_time; in AddDateTimeInfo() local
43 uint64_t sys_time; member
457 struct timeval usr_time, sys_time; in start_threads() local
256 static time_t sys_time(time_t *x) { return time(x); } in sys_time() function
670 __int64 sys_time = (__int64)sys_timespec.tv_sec * 1000000000 + sys_timespec.tv_nsec; in dng_pthread_cond_timedwait() local1110 __int64 sys_time = ((__int64)ft.dwHighDateTime << 32) + ft.dwLowDateTime; in dng_pthread_now() local
167 uint64_t sys_time; member
4409 PRE(sys_time) in PRE() argument4419 POST(sys_time) in POST() argument
1857 PRE(sys_time) in PRE() argument
1968 mach_timespec_t sys_time; in darwin_clock_gettime() local