Home
last modified time | relevance | path

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

12345678910>>...52

/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/fork/
H A D8-1.c108 if ( ( ini_tms.tms_cutime != 0 ) || ( ini_tms.tms_cstime != 0 ) ) in main()
210 ( long ) ( parent_tms.tms_cstime - ini_tms.tms_cstime ) in main()
220 if ( ( parent_tms.tms_cutime == 0 ) && ( parent_tms.tms_cstime == 0 ) ) in main()
/dports/biology/clustal-omega/clustal-omega-1.2.4/src/squid/
H A Dstopwatch.c153 w->sys = (double) (cpu1.tms_stime + cpu1.tms_cstime - in StopwatchStop()
154 w->cpu0.tms_stime - w->cpu0.tms_cstime) / in StopwatchStop()
220 w1->cpu0.tms_cstime = w2->cpu0.tms_cstime; in StopwatchCopy()
/dports/devel/sunpromake/schily-2021-09-18/bsh/
H A Dwait3.c237 rusage->ru_stime.tv_sec = (tms_stop.tms_cstime - tms_startp->tms_cstime) / HZ;
238 rusage->ru_stime.tv_usec = ((tms_stop.tms_cstime - tms_startp->tms_cstime) % HZ) * (1000000/HZ);
/dports/devel/smake/schily-2021-09-18/bsh/
H A Dwait3.c237 rusage->ru_stime.tv_sec = (tms_stop.tms_cstime - tms_startp->tms_cstime) / HZ;
238 rusage->ru_stime.tv_usec = ((tms_stop.tms_cstime - tms_startp->tms_cstime) % HZ) * (1000000/HZ);
/dports/devel/sccs/schily-2021-09-18/bsh/
H A Dwait3.c237 rusage->ru_stime.tv_sec = (tms_stop.tms_cstime - tms_startp->tms_cstime) / HZ;
238 rusage->ru_stime.tv_usec = ((tms_stop.tms_cstime - tms_startp->tms_cstime) % HZ) * (1000000/HZ);
/dports/devel/schilybase/schily-2021-09-18/bsh/
H A Dwait3.c237 rusage->ru_stime.tv_sec = (tms_stop.tms_cstime - tms_startp->tms_cstime) / HZ;
238 rusage->ru_stime.tv_usec = ((tms_stop.tms_cstime - tms_startp->tms_cstime) % HZ) * (1000000/HZ);
/dports/net/rscsi/schily-2021-09-18/bsh/
H A Dwait3.c237 rusage->ru_stime.tv_sec = (tms_stop.tms_cstime - tms_startp->tms_cstime) / HZ;
238 rusage->ru_stime.tv_usec = ((tms_stop.tms_cstime - tms_startp->tms_cstime) % HZ) * (1000000/HZ);
/dports/archivers/star/schily-2021-09-18/bsh/
H A Dwait3.c237 rusage->ru_stime.tv_sec = (tms_stop.tms_cstime - tms_startp->tms_cstime) / HZ;
238 rusage->ru_stime.tv_usec = ((tms_stop.tms_cstime - tms_startp->tms_cstime) % HZ) * (1000000/HZ);
/dports/sysutils/cdrtools/schily-2021-09-18/bsh/
H A Dwait3.c237 rusage->ru_stime.tv_sec = (tms_stop.tms_cstime - tms_startp->tms_cstime) / HZ;
238 rusage->ru_stime.tv_usec = ((tms_stop.tms_cstime - tms_startp->tms_cstime) % HZ) * (1000000/HZ);
/dports/editors/ved/schily-2021-09-18/bsh/
H A Dwait3.c237 rusage->ru_stime.tv_sec = (tms_stop.tms_cstime - tms_startp->tms_cstime) / HZ;
238 rusage->ru_stime.tv_usec = ((tms_stop.tms_cstime - tms_startp->tms_cstime) % HZ) * (1000000/HZ);
/dports/sysutils/schilyutils/schily-2021-09-18/bsh/
H A Dwait3.c237 rusage->ru_stime.tv_sec = (tms_stop.tms_cstime - tms_startp->tms_cstime) / HZ;
238 rusage->ru_stime.tv_usec = ((tms_stop.tms_cstime - tms_startp->tms_cstime) % HZ) * (1000000/HZ);
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/chrono/detail/inlined/posix/
H A 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()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/tools/build/src/engine/
H A 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()
/dports/databases/xtrabackup/boost_1_59_0/boost/chrono/detail/inlined/posix/
H A 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()
/dports/databases/percona57-server/boost_1_59_0/boost/chrono/detail/inlined/posix/
H A 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()
/dports/databases/percona57-client/boost_1_59_0/boost/chrono/detail/inlined/posix/
H A 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()
/dports/math/libmesh/libmesh-1.6.2/contrib/boost/include/boost/chrono/detail/inlined/posix/
H A 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()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/chrono/detail/inlined/posix/
H A 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()
/dports/devel/boost-jam/boost_1_72_0/tools/build/src/engine/
H A Dexecvms.cpp179 time_info.system = (double)( end_time.tms_cstime - in exec_cmd()
180 start_time.tms_cstime ) / 100.; in exec_cmd()
313 time_info.system = (double)( end_time.tms_cstime - in exec_cmd()
314 start_time.tms_cstime ) / 100.; in exec_cmd()
/dports/devel/boost-docs/boost_1_72_0/tools/build/src/engine/
H A Dexecvms.cpp179 time_info.system = (double)( end_time.tms_cstime - in exec_cmd()
180 start_time.tms_cstime ) / 100.; in exec_cmd()
313 time_info.system = (double)( end_time.tms_cstime - in exec_cmd()
314 start_time.tms_cstime ) / 100.; in exec_cmd()
/dports/devel/boost-libs/boost_1_72_0/tools/build/src/engine/
H A Dexecvms.cpp179 time_info.system = (double)( end_time.tms_cstime - in exec_cmd()
180 start_time.tms_cstime ) / 100.; in exec_cmd()
313 time_info.system = (double)( end_time.tms_cstime - in exec_cmd()
314 start_time.tms_cstime ) / 100.; in exec_cmd()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/chrono/detail/inlined/posix/
H A 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()
/dports/devel/boost-python-libs/boost_1_72_0/tools/build/src/engine/
H A Dexecvms.cpp179 time_info.system = (double)( end_time.tms_cstime - in exec_cmd()
180 start_time.tms_cstime ) / 100.; in exec_cmd()
313 time_info.system = (double)( end_time.tms_cstime - in exec_cmd()
314 start_time.tms_cstime ) / 100.; in exec_cmd()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/chrono/detail/inlined/posix/
H A 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()
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/chrono/detail/inlined/posix/
H A 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()

12345678910>>...52