Home
last modified time | relevance | path

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

/third_party/boost/libs/chrono/example/
Dchrono_unit_test.cpp16 std::time_t sys_time in main() local
/third_party/mindspore/mindspore/ccsrc/debug/rdr/
Dbase_recorder.h45 auto sys_time = GetTimeString(); in BaseRecorder() local
/third_party/ltp/testcases/kernel/syscalls/acct/
Dacct02.c79 int sys_time = UNPACK(ACCT_MEMBER(ac_stime)); in verify_acct() local
/third_party/ltp/utils/benchmark/ebizzy-0.3/
Debizzy.c456 struct timeval usr_time, sys_time; in start_threads() local
/third_party/icu/icu4c/source/tools/tzcode/
Dprivate.h256 static time_t sys_time(time_t *x) { return time(x); } in sys_time() function
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dprivate.h256 static time_t sys_time(time_t *x) { return time(x); } in sys_time() function
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/
Dprivate.h256 static time_t sys_time(time_t *x) { return time(x); } in sys_time() function
/third_party/skia/third_party/externals/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
/third_party/libusb/libusb/os/
Ddarwin_usb.c2186 mach_timespec_t sys_time; in usbi_get_monotonic_time() local
2196 mach_timespec_t sys_time; in usbi_get_real_time() local
/third_party/tzdata/
Dprivate.h423 static time_t sys_time(time_t *x) { return time(x); } in sys_time() function