Home
last modified time | relevance | path

Searched refs:tms (Results 1 – 25 of 39) sorted by relevance

12

/third_party/boost/boost/chrono/detail/inlined/posix/
Dprocess_cpu_clocks.hpp46 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/musl/src/time/
Dtimes.c4 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/
Dtimes.c4 clock_t times(struct tms *tms) in times() argument
6 return syscall(SYS_times, tms); in times()
/third_party/boost/boost/chrono/detail/inlined/mac/
Dprocess_cpu_clocks.hpp52 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/
Dutil.cc255 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/ndk_musl_include/sys/
Dtimes.h11 struct tms { struct
18 clock_t times (struct tms *);
/third_party/musl/include/sys/
Dtimes.h11 struct tms { struct
18 clock_t times (struct tms *);
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dtimes.h11 struct tms { struct
18 clock_t times (struct tms *);
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dtimes.h11 struct tms { struct
18 clock_t times (struct tms *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dtimes.h11 struct tms { struct
18 clock_t times (struct tms *);
/third_party/musl/porting/uniproton/kernel/include/sys/
Dtimes.h11 struct tms { struct
18 clock_t times (struct tms *);
/third_party/musl/libc-test/src/api/
Dsys_times.c9 struct tms x; in f()
15 {clock_t(*p)(struct tms*) = times;} in f()
/third_party/boost/libs/date_time/test/posix_time/
Dtestduration.cpp254 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/libwebsockets/lib/plat/unix/
Dunix-spawn.c153 struct tms tms; in lws_spawn_reap() local
220 if (times(&tms) != (clock_t) -1) { in lws_spawn_reap()
224 lsp->accounting[0] = (lws_usec_t)((uint64_t)tms.tms_cstime * 1000000) / hz; in lws_spawn_reap()
225 lsp->accounting[1] = (lws_usec_t)((uint64_t)tms.tms_cutime * 1000000) / hz; in lws_spawn_reap()
226 lsp->accounting[2] = (lws_usec_t)((uint64_t)tms.tms_stime * 1000000) / hz; in lws_spawn_reap()
227 lsp->accounting[3] = (lws_usec_t)((uint64_t)tms.tms_utime * 1000000) / hz; in lws_spawn_reap()
/third_party/boost/boost/date_time/
Dc_local_time_adjustor.hpp52 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/
Dtimes03.c60 struct tms buf; in generate_stime()
81 struct tms buf1, buf2, buf3; in verify_times()
Dtimes01.c18 struct tms mytimes; in verify_times()
/third_party/boost/boost/config/platform/
Dvxworks.hpp292 struct tms{ struct
300 inline clock_t times(struct tms *t){ in times()
/third_party/musl/libc-test/src/functionalext/supplement/time/
Dtimes.c28 struct tms buf; in times_0100()
/third_party/boost/tools/build/src/engine/
Dexecvms.cpp119 struct tms start_time; in exec_cmd()
120 struct tms end_time; in exec_cmd()
/third_party/ltp/pan/
Dltp-pan.c124 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/open_posix_testsuite/conformance/interfaces/fork/
D8-1.c53 struct tms ini_tms, parent_tms, child_tms; in main()
/third_party/gstreamer/gstreamer/tests/examples/adapter/
Dadapter_test.c97 struct tms time_data; in run_tests()
/third_party/ltp/testcases/kernel/sched/sched_stress/
Dsched_tc4.c116 struct tms timer_info; /* time accounting info */ in main()
Dsched_tc5.c113 struct tms timer_info; /* time accounting info */ in main()

12