/third_party/ltp/testcases/kernel/syscalls/times/ |
H A D | times03.c | 86 if (buf1.tms_utime > 5) in verify_times() 87 tst_res(TFAIL, "buf1.tms_utime = %li", buf1.tms_utime); in verify_times() 89 tst_res(TPASS, "buf1.tms_utime <= 5"); in verify_times() 102 if (buf2.tms_utime == 0) in verify_times() 103 tst_res(TFAIL, "buf2.tms_utime = 0"); in verify_times() 105 tst_res(TPASS, "buf2.tms_utime = %li", buf2.tms_utime); in verify_times() 107 if (buf1.tms_utime >= buf2.tms_utime) { in verify_times() [all...] |
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
H A D | 8-1.c | 88 (long)(parent_tms.tms_utime - ini_tms.tms_utime), in main() 107 if ((child_tms.tms_utime + child_tms.tms_stime) >= in main() 117 } while ((child_tms.tms_utime + child_tms.tms_stime) <= 0); in main() 143 (long)(parent_tms.tms_utime - ini_tms.tms_utime), in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/time/ |
H A D | times.c | 35 if (buf.tms_utime < 0) { in times_0100() 36 t_error("%s failed: buf.tms_utime = %d\n", __func__, buf.tms_utime); in times_0100()
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | times.h | 12 clock_t tms_utime; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | times.h | 12 clock_t tms_utime; member
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | times.h | 12 clock_t tms_utime; member
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | times.h | 12 clock_t tms_utime; member
|
/third_party/musl/include/sys/ |
H A D | times.h | 12 clock_t tms_utime; member
|
/third_party/musl/libc-test/src/api/ |
H A D | sys_times.c | 10 F(clock_t,tms_utime) in f()
|
/third_party/libwebsockets/lib/plat/unix/ |
H A D | unix-spawn.c | 227 lsp->accounting[3] = (lws_usec_t)((uint64_t)tms.tms_utime * 1000000) / hz; in lws_spawn_reap()
|
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | Main.cpp | 736 PrintTime("User ", (UInt64)t.tms_utime, totalTime, kFreq);
737 PrintTime("Process", (UInt64)t.tms_utime + (UInt64)t.tms_stime, totalTime, kFreq);
|
/third_party/rust/crates/libc/src/ |
H A D | wasi.rs | 106 pub tms_utime: clock_t,
|
/third_party/rust/crates/libc/src/unix/hermit/ |
H A D | mod.rs | 465 pub tms_utime: ::clock_t,
|
/third_party/python/Modules/ |
H A D | timemodule.c | 1355 ns = _PyTime_MulDiv(t.tms_utime, SEC_TO_NS, ticks_per_second);
|
H A D | posixmodule.c | 9138 (double)t.tms_utime / ticks_per_second,
|
/third_party/mksh/ |
H A D | misc.c | 2493 u = tms.tms_utime; in getrusage()
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 189 pub tms_utime: ::clock_t,
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | apps.c | 2790 now = rus.tms_utime; in app_tminterval()
|
/third_party/openssl/apps/lib/ |
H A D | apps.c | 2783 now = rus.tms_utime; in app_tminterval()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | Bench.cpp | 443 clock_t newVal = t.tms_utime + t.tms_stime;
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 267 pub tms_utime: ::clock_t,
|