Home
last modified time | relevance | path

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

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
D8-1.c67 if (ini_tms.tms_cutime != 0 || ini_tms.tms_cstime != 0) in main()
146 (long)(parent_tms.tms_cstime - ini_tms.tms_cstime) in main()
154 if (parent_tms.tms_cutime == 0 && parent_tms.tms_cstime == 0) in main()
/third_party/ltp/testcases/kernel/syscalls/times/
Dtimes03.c133 if (buf2.tms_cstime != 0) in verify_times()
134 tst_res(TFAIL, "buf2.tms_cstime = %li", buf2.tms_cstime); in verify_times()
172 if (buf3.tms_cstime == 0) in verify_times()
175 tst_res(TPASS, "buf3.tms_cstime = %ld", buf3.tms_cstime); in verify_times()
/third_party/musl/libc-test/src/functionalext/supplement/time/
Dtimes.c47 if (buf.tms_cstime < 0) { in times_0100()
48 t_error("%s failed: buf.tms_cstime = %d\n", __func__, buf.tms_cstime); in times_0100()
/third_party/boost/tools/build/src/engine/
Dexecvms.cpp180 time_info.system = (double)( end_time.tms_cstime - in exec_cmd()
181 start_time.tms_cstime ) / 100.; in exec_cmd()
314 time_info.system = (double)( end_time.tms_cstime - in exec_cmd()
315 start_time.tms_cstime ) / 100.; in exec_cmd()
/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()
304 + tm.tms_cstime) * factor); in now()
337 + tm.tms_cstime) * factor); in now()
/third_party/musl/ndk_musl_include/sys/
Dtimes.h15 clock_t tms_cstime; member
/third_party/musl/include/sys/
Dtimes.h15 clock_t tms_cstime; member
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dtimes.h15 clock_t tms_cstime; member
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dtimes.h15 clock_t tms_cstime; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dtimes.h15 clock_t tms_cstime; member
/third_party/musl/porting/uniproton/kernel/include/sys/
Dtimes.h15 clock_t tms_cstime; member
/third_party/boost/boost/config/platform/
Dvxworks.hpp296 clock_t tms_cstime; // System CPU time of terminated child processes member
308 t->tms_cstime = 0; // -> Set the wait times for childs to 0 in times()
/third_party/musl/libc-test/src/api/
Dsys_times.c13 F(clock_t,tms_cstime) in f()
/third_party/ltp/pan/
Dltp-pan.c817 (int)(tms2.tms_cstime - in check_pids()
818 tms1.tms_cstime)); in check_pids()
1420 (int)(tms2->tms_cstime - tms1->tms_cstime), in write_test_end()
/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.c224 lsp->accounting[0] = (lws_usec_t)((uint64_t)tms.tms_cstime * 1000000) / hz; in lws_spawn_reap()
/third_party/mksh/
Dmisc.c2498 s = tms.tms_cstime; in getrusage()
/third_party/python/Modules/
Dposixmodule.c8977 (double)t.tms_cstime / ticks_per_second,