Searched defs:sys_time (Results 1 – 9 of 9) sorted by relevance
79 int sys_time = UNPACK(ACCT_MEMBER(ac_stime)); in verify_acct() local
456 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
430 static time_t sys_time(time_t *x) { return time(x); } in sys_time() function
1888 let sys_time = localVariable
120 let sys_time = in test_timestamping() localVariable