Home
last modified time | relevance | path

Searched refs:tms_stime (Results 1 – 19 of 19) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/times/
Dtimes03.c91 if (buf1.tms_stime > 5) in verify_times()
92 tst_res(TFAIL, "buf1.tms_stime = %li", buf1.tms_stime); in verify_times()
115 if (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()
122 buf1.tms_stime, buf2.tms_stime); in verify_times()
125 buf1.tms_stime, buf2.tms_stime); in verify_times()
159 if (buf2.tms_stime > buf3.tms_stime) { in verify_times()
161 buf2.tms_stime, buf3.tms_stime); in verify_times()
164 buf2.tms_stime, buf3.tms_stime); in verify_times()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
D8-1.c89 (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/
Dtimes.c39 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/boost/boost/chrono/detail/inlined/posix/
Dprocess_cpu_clocks.hpp211 nanoseconds((tm.tms_stime + tm.tms_cstime)*chrono_detail::tick_factor())); in now()
252 nanoseconds((tm.tms_stime + tm.tms_cstime)*chrono_detail::tick_factor())); in now()
290 (tm.tms_stime + tm.tms_cstime)*factor); in now()
330 (tm.tms_stime + tm.tms_cstime)*chrono_detail::tick_factor()); in now()
/third_party/boost/boost/chrono/detail/inlined/mac/
Dprocess_cpu_clocks.hpp240 return time_point(nanoseconds((tm.tms_stime + tm.tms_cstime) in now()
274 return time_point(nanoseconds((tm.tms_stime + tm.tms_cstime) * factor)); in now()
303 r(c * factor, (tm.tms_utime + tm.tms_cutime) * factor, (tm.tms_stime in now()
336 r(c * factor, (tm.tms_utime + tm.tms_cutime) * factor, (tm.tms_stime in now()
/third_party/gstreamer/gstreamer/tests/examples/adapter/
Dadapter_test.c108 dur = (gdouble) (time_data.tms_utime + time_data.tms_stime) / ticks_per_sec; in run_tests()
115 dur = (gdouble) (time_data.tms_utime + time_data.tms_stime) / ticks_per_sec; in run_tests()
/third_party/musl/ndk_musl_include/sys/
Dtimes.h13 clock_t tms_stime; member
/third_party/musl/include/sys/
Dtimes.h13 clock_t tms_stime; member
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dtimes.h13 clock_t tms_stime; member
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dtimes.h13 clock_t tms_stime; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dtimes.h13 clock_t tms_stime; member
/third_party/musl/porting/uniproton/kernel/include/sys/
Dtimes.h13 clock_t tms_stime; member
/third_party/boost/boost/config/platform/
Dvxworks.hpp294 clock_t tms_stime; // System CPU time member
306 t->tms_stime = ticks/2U; in times()
/third_party/musl/libc-test/src/api/
Dsys_times.c11 F(clock_t,tms_stime) in f()
/third_party/boost/libs/timer/src/
Dcpu_timer.cpp146 current.system = boost::timer::nanosecond_type(tm.tms_stime + tm.tms_cstime); in get_cpu_times()
/third_party/libwebsockets/lib/plat/unix/
Dunix-spawn.c226 lsp->accounting[2] = (lws_usec_t)((uint64_t)tms.tms_stime * 1000000) / hz; in lws_spawn_reap()
/third_party/python/Modules/
Dtimemodule.c1330 total += _PyTime_MulDiv(t.tms_stime, SEC_TO_NS, ticks_per_second);
Dposixmodule.c8975 (double)t.tms_stime / ticks_per_second,
/third_party/mksh/
Dmisc.c2494 s = tms.tms_stime; in getrusage()