Home
last modified time | relevance | path

Searched refs:tms_utime (Results 1 - 21 of 21) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/times/
H A Dtimes03.c86 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 D8-1.c88 (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 Dtimes.c35 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 Dtimes.h12 clock_t tms_utime; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dtimes.h12 clock_t tms_utime; member
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dtimes.h12 clock_t tms_utime; member
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dtimes.h12 clock_t tms_utime; member
/third_party/musl/include/sys/
H A Dtimes.h12 clock_t tms_utime; member
/third_party/musl/libc-test/src/api/
H A Dsys_times.c10 F(clock_t,tms_utime) in f()
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-spawn.c227 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 DMain.cpp736 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 Dwasi.rs106 pub tms_utime: clock_t,
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs465 pub tms_utime: ::clock_t,
/third_party/python/Modules/
H A Dtimemodule.c1355 ns = _PyTime_MulDiv(t.tms_utime, SEC_TO_NS, ticks_per_second);
H A Dposixmodule.c9138 (double)t.tms_utime / ticks_per_second,
/third_party/mksh/
H A Dmisc.c2493 u = tms.tms_utime; in getrusage()
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs189 pub tms_utime: ::clock_t,
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c2790 now = rus.tms_utime; in app_tminterval()
/third_party/openssl/apps/lib/
H A Dapps.c2783 now = rus.tms_utime; in app_tminterval()
/third_party/lzma/CPP/7zip/UI/Common/
H A DBench.cpp443 clock_t newVal = t.tms_utime + t.tms_stime;
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs267 pub tms_utime: ::clock_t,

Completed in 74 milliseconds