/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
D | 8-1.c | 67 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/ |
D | times03.c | 133 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/ |
D | times.c | 47 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/ |
D | execvms.cpp | 180 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/ |
D | process_cpu_clocks.hpp | 211 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/ |
D | process_cpu_clocks.hpp | 240 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/ |
D | times.h | 15 clock_t tms_cstime; member
|
/third_party/musl/include/sys/ |
D | times.h | 15 clock_t tms_cstime; member
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | times.h | 15 clock_t tms_cstime; member
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | times.h | 15 clock_t tms_cstime; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | times.h | 15 clock_t tms_cstime; member
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | times.h | 15 clock_t tms_cstime; member
|
/third_party/boost/boost/config/platform/ |
D | vxworks.hpp | 296 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/ |
D | sys_times.c | 13 F(clock_t,tms_cstime) in f()
|
/third_party/ltp/pan/ |
D | ltp-pan.c | 817 (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/ |
D | cpu_timer.cpp | 146 current.system = boost::timer::nanosecond_type(tm.tms_stime + tm.tms_cstime); in get_cpu_times()
|
/third_party/libwebsockets/lib/plat/unix/ |
D | unix-spawn.c | 224 lsp->accounting[0] = (lws_usec_t)((uint64_t)tms.tms_cstime * 1000000) / hz; in lws_spawn_reap()
|
/third_party/mksh/ |
D | misc.c | 2498 s = tms.tms_cstime; in getrusage()
|
/third_party/python/Modules/ |
D | posixmodule.c | 8977 (double)t.tms_cstime / ticks_per_second,
|