Home
last modified time | relevance | path

Searched defs:sys_time (Results 1 – 11 of 11) sorted by relevance

/external/strace/
Dm32_funcs.h10 #define sys_time m32_sys_time macro
Dmx32_funcs.h10 #define sys_time mx32_sys_time macro
/external/webrtc/webrtc/system_wrappers/source/
Dtrace_win.cc76 SYSTEMTIME sys_time; in AddDateTimeInfo() local
/external/autotest/client/site_tests/platform_CompressedSwapPerf/src/
Dhog.c43 uint64_t sys_time; member
/external/ltp/utils/benchmark/ebizzy-0.3/
Debizzy.c457 struct timeval usr_time, sys_time; in start_threads() local
/external/icu/icu4c/source/tools/tzcode/
Dprivate.h256 static time_t sys_time(time_t *x) { return time(x); } in sys_time() function
/external/dng_sdk/source/
Ddng_pthread.cpp670 __int64 sys_time = (__int64)sys_timespec.tv_sec * 1000000000 + sys_timespec.tv_nsec; in dng_pthread_cond_timedwait() local
1110 __int64 sys_time = ((__int64)ft.dwHighDateTime << 32) + ft.dwLowDateTime; in dng_pthread_now() local
/external/fio/
Dstat.h167 uint64_t sys_time; member
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-generic.c4409 PRE(sys_time) in PRE() argument
4419 POST(sys_time) in POST() argument
Dsyswrap-solaris.c1857 PRE(sys_time) in PRE() argument
/external/libusb/libusb/os/
Ddarwin_usb.c1968 mach_timespec_t sys_time; in darwin_clock_gettime() local