/third_party/ltp/testcases/kernel/syscalls/times/ |
H A D | times03.c | 91 if (buf1.tms_stime > 5) in verify_times() 92 tst_res(TFAIL, "buf1.tms_stime = %li", buf1.tms_stime); in verify_times() 94 tst_res(TPASS, "buf1.tms_stime <= 5"); in verify_times() 115 if (buf2.tms_stime == 0) in verify_times() 116 tst_res(TFAIL, "buf2.tms_stime = 0"); in verify_times() 118 tst_res(TPASS, "buf2.tms_stime = %li", buf2.tms_stime); in verify_times() 120 if (buf1.tms_stime >= buf2.tms_stime) { in verify_times() [all...] |
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
H A D | 8-1.c | 89 (long)(parent_tms.tms_stime - ini_tms.tms_stime), 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() 144 (long)(parent_tms.tms_stime - ini_tms.tms_stime), in main()
|
/third_party/musl/libc-test/src/functionalext/supplement/time/ |
H A D | times.c | 39 if (buf.tms_stime < 0) { in times_0100() 40 t_error("%s failed: buf.tms_stime = %d\n", __func__, buf.tms_stime); in times_0100()
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | times.h | 13 clock_t tms_stime; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | times.h | 13 clock_t tms_stime; member
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | times.h | 13 clock_t tms_stime; member
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | times.h | 13 clock_t tms_stime; member
|
/third_party/musl/include/sys/ |
H A D | times.h | 13 clock_t tms_stime; member
|
/third_party/musl/libc-test/src/api/ |
H A D | sys_times.c | 11 F(clock_t,tms_stime) in f()
|
/third_party/libwebsockets/lib/plat/unix/ |
H A D | unix-spawn.c | 226 lsp->accounting[2] = (lws_usec_t)((uint64_t)tms.tms_stime * 1000000) / hz; in lws_spawn_reap()
|
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | Main.cpp | 735 PrintTime("Kernel ", (UInt64)t.tms_stime, 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 | 107 pub tms_stime: clock_t,
|
/third_party/rust/crates/libc/src/unix/hermit/ |
H A D | mod.rs | 466 pub tms_stime: ::clock_t,
|
/third_party/python/Modules/ |
H A D | timemodule.c | 1356 ns += _PyTime_MulDiv(t.tms_stime, SEC_TO_NS, ticks_per_second);
|
H A D | posixmodule.c | 9139 (double)t.tms_stime / ticks_per_second,
|
/third_party/mksh/ |
H A D | misc.c | 2494 s = tms.tms_stime; in getrusage()
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 190 pub tms_stime: ::clock_t,
|
/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 | 268 pub tms_stime: ::clock_t,
|