/third_party/musl/src/time/ |
D | times.c | 4 clock_t times(struct tms *tms) in times() argument 6 return __syscall(SYS_times, tms); in times()
|
/third_party/musl/porting/liteos_a/user/src/time/ |
D | times.c | 4 clock_t times(struct tms *tms) in times() argument 6 return syscall(SYS_times, tms); in times()
|
/third_party/boost/boost/chrono/detail/inlined/posix/ |
D | process_cpu_clocks.hpp | 46 tms tm; in now() 72 tms tm; in now() 123 tms tm; in now() 148 tms tm; in now() 199 tms tm; in now() 225 tms tm; in now() 276 tms tm; in now() 305 tms tm; in now()
|
/third_party/boost/boost/chrono/detail/inlined/mac/ |
D | process_cpu_clocks.hpp | 52 tms tm; in now() 94 tms tm; in now() 170 tms tm; in now() 209 tms tm; in now() 230 tms tm; in now() 253 tms tm; in now() 292 tms tm; in now() 318 tms tm; in now()
|
/third_party/nghttp2/src/ |
D | util.cc | 255 struct tm tms; in http_date() local 257 if (gmtime_r(&t, &tms) == nullptr) { in http_date() 263 auto s = DAY_OF_WEEK[tms.tm_wday]; in http_date() 267 p = cpydig(p, tms.tm_mday, 2); in http_date() 269 s = MONTH[tms.tm_mon]; in http_date() 272 p = cpydig(p, tms.tm_year + 1900, 4); in http_date() 274 p = cpydig(p, tms.tm_hour, 2); in http_date() 276 p = cpydig(p, tms.tm_min, 2); in http_date() 278 p = cpydig(p, tms.tm_sec, 2); in http_date() 293 struct tm tms; in common_log_date() local [all …]
|
/third_party/musl/include/sys/ |
D | times.h | 11 struct tms { struct 18 clock_t times (struct tms *);
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | times.h | 11 struct tms { struct 18 clock_t times (struct tms *);
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | times.h | 11 struct tms { struct 18 clock_t times (struct tms *);
|
/third_party/musl/libc-test/src/api/ |
D | sys_times.c | 9 struct tms x; in f() 15 {clock_t(*p)(struct tms*) = times;} in f()
|
/third_party/libwebsockets/lib/misc/ |
D | spawn.c | 124 struct tms tms; in lws_spawn_reap() local 180 if (times(&tms) != (clock_t) -1) { in lws_spawn_reap() 184 lsp->accounting[0] = ((uint64_t)tms.tms_cstime * 1000000) / hz; in lws_spawn_reap() 185 lsp->accounting[1] = ((uint64_t)tms.tms_cutime * 1000000) / hz; in lws_spawn_reap() 186 lsp->accounting[2] = ((uint64_t)tms.tms_stime * 1000000) / hz; in lws_spawn_reap() 187 lsp->accounting[3] = ((uint64_t)tms.tms_utime * 1000000) / hz; in lws_spawn_reap()
|
/third_party/boost/libs/date_time/test/posix_time/ |
D | testduration.cpp | 254 boost::int64_t tms = static_cast<boost::int64_t>(3600)*1000000*1001; //ms per sec in main() local 255 check("total microseconds 1000 hours", hours(1001).total_microseconds() == tms); in main() 256 tms = static_cast<boost::int64_t>(3600)*365*24*1000; in main() 257 check("total milliseconds - one year", (t2-t1).total_milliseconds() == tms); in main() 258 tms = 3600*365*24*static_cast<boost::int64_t>(1000000000); in main() 259 check("total nanoseconds - one year", (t2-t1).total_nanoseconds() == tms); in main()
|
/third_party/boost/boost/date_time/ |
D | c_local_time_adjustor.hpp | 52 std::tm tms, *tms_ptr; in utc_to_local() local 53 tms_ptr = c_time::localtime(&tv, &tms); in utc_to_local()
|
/third_party/ltp/testcases/kernel/syscalls/times/ |
D | times03.c | 60 struct tms buf; in generate_stime() 81 struct tms buf1, buf2, buf3; in verify_times()
|
D | times01.c | 125 struct tms mytimes;
|
/third_party/boost/boost/config/platform/ |
D | vxworks.hpp | 292 struct tms{ struct 300 inline clock_t times(struct tms *t){ in times()
|
/third_party/boost/tools/build/src/engine/ |
D | execvms.cpp | 119 struct tms start_time; in exec_cmd() 120 struct tms end_time; in exec_cmd()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
D | 8-1.c | 53 struct tms ini_tms, parent_tms, child_tms; in main()
|
/third_party/gstreamer/gstreamer/tests/examples/adapter/ |
D | adapter_test.c | 97 struct tms time_data; in run_tests()
|
/third_party/ltp/pan/ |
D | ltp-pan.c | 124 int term_id, struct tms *tms1, struct tms *tms2); 727 struct tms tms1, tms2; in check_pids() 1076 struct tms notime = { 0, 0, 0, 0 }; in run_child() 1410 int term_id, struct tms *tms1, struct tms *tms2) in write_test_end()
|
/third_party/ltp/testcases/kernel/sched/sched_stress/ |
D | sched_tc4.c | 116 struct tms timer_info; /* time accounting info */ in main()
|
D | sched_tc5.c | 113 struct tms timer_info; /* time accounting info */ in main()
|
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-am33xx/ |
D | mux_am43xx.h | 195 int tms; member
|
D | mux_am33xx.h | 155 int tms; member
|
/third_party/mksh/ |
D | misc.c | 2429 struct tms tms; in getrusage() local 2432 if (/* ru == NULL || */ times(&tms) == (clock_t)-1) in getrusage() 2437 u = tms.tms_utime; in getrusage() 2438 s = tms.tms_stime; in getrusage() 2441 u = tms.tms_cutime; in getrusage() 2442 s = tms.tms_cstime; in getrusage()
|
/third_party/boost/libs/chrono/perf/ |
D | store_now_in_vector.cpp | 75 tms tm; in perf2()
|