Searched refs:sys_time (Results 1 – 25 of 56) sorted by relevance
123
/external/icu/icu4c/source/tools/tzcode/ |
D | private.h | 256 static time_t sys_time(time_t *x) { return time(x); } in sys_time() function 293 time_t r = sys_time(0); in time()
|
/external/llvm/include/llvm/Support/ |
D | Process.h | 64 TimeValue &sys_time);
|
/external/strace/linux/aarch64/ |
D | syscallent1.h | 54 [1062] = { 1, 0, sys_time, "time" },
|
/external/valgrind/ |
D | README_MISSING_SYSCALL_OR_IOCTL | 49 PRE(sys_time) 52 PRINT("sys_time ( %p )",ARG1); 59 POST(sys_time)
|
/external/strace/linux/ |
D | dummy.h | 100 #define sys_stime sys_time
|
/external/fio/ |
D | stat.h | 144 uint64_t sys_time; member
|
D | stat.c | 26 ts->sys_time += mtime_since(&td->ru_start.ru_stime, in update_rusage_stat() 543 sys_cpu = (double) ts->sys_time * 100 / runt; in show_thread_status_normal() 807 sys_cpu = (double) ts->sys_time * 100 / runt; in show_thread_status_terse_v2() 871 sys_cpu = (double) ts->sys_time * 100 / runt; in show_thread_status_terse_v3_v4() 937 sys_cpu = (double) ts->sys_time * 100 / runt; in show_thread_status_json() 1115 dst->sys_time += src->sys_time; in sum_thread_stats()
|
/external/strace/linux/ia64/ |
D | syscallent.h | 39 #define sys_time printargs macro 141 #undef sys_time
|
/external/selinux/libsepol/tests/policies/test-hooks/ |
D | small-base.conf | 383 sys_time
|
D | cmp_policy.conf | 383 sys_time
|
/external/libusb/libusb/os/ |
D | darwin_usb.c | 1450 mach_timespec_t sys_time; in darwin_clock_gettime() local 1466 clock_get_time (clock_ref, &sys_time); in darwin_clock_gettime() 1468 tp->tv_sec = sys_time.tv_sec; in darwin_clock_gettime() 1469 tp->tv_nsec = sys_time.tv_nsec; in darwin_clock_gettime()
|
/external/selinux/libsepol/tests/policies/test-expander/ |
D | user-base.conf | 383 sys_time
|
D | role-base.conf | 383 sys_time
|
D | alias-base.conf | 383 sys_time
|
/external/selinux/libsepol/tests/policies/test-deps/ |
D | small-base.conf | 383 sys_time
|
D | base-notmetreq.conf | 378 sys_time
|
D | base-metreq.conf | 383 sys_time
|
/external/strace/linux/avr32/ |
D | syscallent.h | 41 [ 13] = { 1, 0, sys_time, "time" },
|
/external/llvm/lib/Support/Windows/ |
D | Process.inc | 97 TimeValue &sys_time) { 106 sys_time = getTimeValueFromFILETIME(KernelTime);
|
/external/selinux/libsepol/tests/policies/test-linker/ |
D | small-base.conf | 383 sys_time
|
/external/strace/linux/s390/ |
D | syscallent.h | 44 [ 13] = { 1, 0, sys_time, "time" },
|
/external/strace/linux/mips/ |
D | syscallent-n32.h | 196 [6193] = { 1, 0, sys_time, "time" },
|
D | syscallent-n64.h | 196 [5193] = { 1, 0, sys_time, "time" },
|
/external/strace/linux/x86_64/ |
D | syscallent.h | 202 [201] = { 1, 0, sys_time, "time" },
|
/external/llvm/lib/Support/Unix/ |
D | Process.inc | 125 TimeValue &sys_time) { 127 std::tie(user_time, sys_time) = getRUsageTimes();
|
123