Searched defs:sys_time (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/tools/tzcode/
H A Dprivate.h256 static time_t sys_time(time_t *x) { return time(x); } function
293 time_t r = sys_time(0);
/external/fio/
H A Dstat.h144 uint64_t sys_time; member in struct:thread_stat
/external/strace/linux/ia64/
H A Dsyscallent.h39 #define sys_time printargs macro
141 #undef sys_time macro
/external/libusb/libusb/os/
H A Ddarwin_usb.c1450 mach_timespec_t sys_time; local
1466 clock_get_time (clock_ref, &sys_time);
1468 tp->tv_sec = sys_time.tv_sec;
1469 tp->tv_nsec = sys_time.tv_nsec;

Completed in 226 milliseconds