Home
last modified time | relevance | path

Searched refs:rqtp (Results 1 – 25 of 1723) sorted by relevance

12345678910>>...69

/dports/misc/gpsim/gpsim-0.31.0/plat/win32/
H A Duxsleep.cc34 int nanosleep(const struct timespec *rqtp, struct timespec *rmtp) in nanosleep() argument
41 if (rqtp->tv_sec < 0 || rqtp->tv_nsec < 0 || rqtp->tv_nsec > 999999999) in nanosleep()
48 req = rqtp->tv_sec * 1000 + (rqtp->tv_nsec + 500000) / 1000000; in nanosleep()
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-bottom-half/cloudlibc/src/libc/time/
H A Dnanosleep.c10 int nanosleep(const struct timespec *rqtp, ...) { argument
12 int nanosleep(const struct timespec *rqtp, struct timespec *rem) {
15 int error = clock_nanosleep(CLOCK_REALTIME, 0, rqtp);
17 int error = clock_nanosleep(CLOCK_REALTIME, 0, rqtp, rem);
H A Dclock_nanosleep.c21 int clock_nanosleep(clockid_t clock_id, int flags, const struct timespec *rqtp, argument
24 int clock_nanosleep(clockid_t clock_id, int flags, const struct timespec *rqtp,
42 if (!timespec_to_timestamp_clamp(rqtp, &sub.clock.timeout))
44 if (!timespec_to_timestamp_clamp(rqtp, &sub.u.clock.timeout))
/dports/devel/hyperscan/boost_1_75_0/boost/smart_ptr/detail/
H A Dsp_thread_sleep.hpp64 struct timespec rqtp = { 0, 0 }; in sp_thread_sleep() local
69 rqtp.tv_sec = 0; in sp_thread_sleep()
70 rqtp.tv_nsec = 1000; in sp_thread_sleep()
72 nanosleep( &rqtp, 0 ); in sp_thread_sleep()
/dports/devel/R-cran-BH/BH/inst/include/boost/smart_ptr/detail/
H A Dsp_thread_sleep.hpp64 struct timespec rqtp = { 0, 0 }; in sp_thread_sleep() local
69 rqtp.tv_sec = 0; in sp_thread_sleep()
70 rqtp.tv_nsec = 1000; in sp_thread_sleep()
72 nanosleep( &rqtp, 0 ); in sp_thread_sleep()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/smart_ptr/detail/
H A Dsp_thread_sleep.hpp64 struct timespec rqtp = { 0, 0 }; in sp_thread_sleep() local
69 rqtp.tv_sec = 0; in sp_thread_sleep()
70 rqtp.tv_nsec = 1000; in sp_thread_sleep()
72 nanosleep( &rqtp, 0 ); in sp_thread_sleep()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/smart_ptr/detail/
H A Dsp_thread_sleep.hpp64 struct timespec rqtp = { 0, 0 }; in sp_thread_sleep() local
69 rqtp.tv_sec = 0; in sp_thread_sleep()
70 rqtp.tv_nsec = 1000; in sp_thread_sleep()
72 nanosleep( &rqtp, 0 ); in sp_thread_sleep()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/smart_ptr/detail/
H A Dyield_k.hpp115 struct timespec rqtp = { 0, 0 }; in yield() local
120 rqtp.tv_sec = 0; in yield()
121 rqtp.tv_nsec = 1000; in yield()
123 nanosleep( &rqtp, 0 ); in yield()
/dports/databases/p5-Tie-LevelDB/Tie-LevelDB-0.07/boost_1_47/boost/smart_ptr/detail/
H A Dyield_k.hpp115 struct timespec rqtp = { 0, 0 }; in yield() local
120 rqtp.tv_sec = 0; in yield()
121 rqtp.tv_nsec = 1000; in yield()
123 nanosleep( &rqtp, 0 ); in yield()
/dports/devel/libcutl/libcutl-1.10.0/cutl/details/boost/smart_ptr/detail/
H A Dyield_k.hpp115 struct timespec rqtp = { 0, 0 }; in yield() local
120 rqtp.tv_sec = 0; in yield()
121 rqtp.tv_nsec = 1000; in yield()
123 nanosleep( &rqtp, 0 ); in yield()
/dports/devel/xsd/xsd-4.1.0.a11+dep/libcutl/cutl/details/boost/smart_ptr/detail/
H A Dyield_k.hpp115 struct timespec rqtp = { 0, 0 }; in yield() local
120 rqtp.tv_sec = 0; in yield()
121 rqtp.tv_nsec = 1000; in yield()
123 nanosleep( &rqtp, 0 ); in yield()
/dports/textproc/clucene/clucene-core-2.3.3.4/src/ext/boost/smart_ptr/detail/
H A Dyield_k.hpp115 struct timespec rqtp = { 0, 0 }; in yield() local
120 rqtp.tv_sec = 0; in yield()
121 rqtp.tv_nsec = 1000; in yield()
123 nanosleep( &rqtp, 0 ); in yield()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/smart_ptr/detail/
H A Dyield_k.hpp134 struct timespec rqtp = { 0, 0 }; in yield() local
139 rqtp.tv_sec = 0; in yield()
140 rqtp.tv_nsec = 1000; in yield()
142 nanosleep( &rqtp, 0 ); in yield()
/dports/databases/xtrabackup/boost_1_59_0/boost/smart_ptr/detail/
H A Dyield_k.hpp134 struct timespec rqtp = { 0, 0 }; in yield() local
139 rqtp.tv_sec = 0; in yield()
140 rqtp.tv_nsec = 1000; in yield()
142 nanosleep( &rqtp, 0 ); in yield()
/dports/databases/percona57-server/boost_1_59_0/boost/smart_ptr/detail/
H A Dyield_k.hpp134 struct timespec rqtp = { 0, 0 }; in yield() local
139 rqtp.tv_sec = 0; in yield()
140 rqtp.tv_nsec = 1000; in yield()
142 nanosleep( &rqtp, 0 ); in yield()
/dports/databases/percona57-client/boost_1_59_0/boost/smart_ptr/detail/
H A Dyield_k.hpp134 struct timespec rqtp = { 0, 0 }; in yield() local
139 rqtp.tv_sec = 0; in yield()
140 rqtp.tv_nsec = 1000; in yield()
142 nanosleep( &rqtp, 0 ); in yield()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/smart_ptr/detail/
H A Dyield_k.hpp134 struct timespec rqtp = { 0, 0 }; in yield() local
139 rqtp.tv_sec = 0; in yield()
140 rqtp.tv_nsec = 1000; in yield()
142 nanosleep( &rqtp, 0 ); in yield()
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/smart_ptr/detail/
H A Dyield_k.hpp134 struct timespec rqtp = { 0, 0 }; in yield() local
139 rqtp.tv_sec = 0; in yield()
140 rqtp.tv_nsec = 1000; in yield()
142 nanosleep( &rqtp, 0 ); in yield()
/dports/biology/canu/canu-2.2/src/utgcns/libboost/boost/smart_ptr/detail/
H A Dyield_k.hpp128 struct timespec rqtp = { 0, 0 }; in yield() local
133 rqtp.tv_sec = 0; in yield()
134 rqtp.tv_nsec = 1000; in yield()
136 nanosleep( &rqtp, 0 ); in yield()
/dports/devel/hpx/hpx-1.2.1/hpx/util/detail/
H A Dyield_k.hpp85 struct timespec rqtp = { 0, 0 }; in yield_k()
90 rqtp.tv_sec = 0; in yield_k()
91 rqtp.tv_nsec = 1000; in yield_k()
93 nanosleep( &rqtp, nullptr ); in yield_k()
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/smart_ptr/detail/
H A Dyield_k.hpp143 struct timespec rqtp = { 0, 0 }; in yield() local
148 rqtp.tv_sec = 0; in yield()
149 rqtp.tv_nsec = 1000; in yield()
151 nanosleep( &rqtp, 0 ); in yield()
/dports/math/libmesh/libmesh-1.6.2/contrib/boost/include/boost/smart_ptr/detail/
H A Dyield_k.hpp143 struct timespec rqtp = { 0, 0 }; in yield() local
148 rqtp.tv_sec = 0; in yield()
149 rqtp.tv_nsec = 1000; in yield()
151 nanosleep( &rqtp, 0 ); in yield()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/smart_ptr/detail/
H A Dyield_k.hpp143 struct timespec rqtp = { 0, 0 }; in yield() local
148 rqtp.tv_sec = 0; in yield()
149 rqtp.tv_nsec = 1000; in yield()
151 nanosleep( &rqtp, 0 ); in yield()
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/smart_ptr/detail/
H A Dyield_k.hpp143 struct timespec rqtp = { 0, 0 }; in yield() local
148 rqtp.tv_sec = 0; in yield()
149 rqtp.tv_nsec = 1000; in yield()
151 nanosleep( &rqtp, 0 ); in yield()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/smart_ptr/detail/
H A Dyield_k.hpp143 struct timespec rqtp = { 0, 0 }; in yield() local
148 rqtp.tv_sec = 0; in yield()
149 rqtp.tv_nsec = 1000; in yield()
151 nanosleep( &rqtp, 0 ); in yield()

12345678910>>...69