Home
last modified time | relevance | path

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

/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/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/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/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/tzdata/
Dprivate.h430 static time_t sys_time(time_t *x) { return time(x); } in sys_time() function
/third_party/rust/crates/nix/src/sys/socket/
Dmod.rs1888 let sys_time = localVariable
/third_party/rust/crates/nix/test/sys/
Dtest_socket.rs120 let sys_time = in test_timestamping() localVariable