Home
last modified time | relevance | path

Searched refs:PT_BILLION (Results 1 – 14 of 14) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/src/md/unix/
H A Dpthreads_user.c210 #define PT_BILLION 1000000000UL
232 tmo.tv_sec += tmo.tv_nsec / PT_BILLION;
233 tmo.tv_nsec %= PT_BILLION;
/dports/www/firefox/firefox-99.0/nsprpub/pr/src/md/unix/
H A Dpthreads_user.c210 #define PT_BILLION 1000000000UL macro
232 tmo.tv_sec += tmo.tv_nsec / PT_BILLION; in _pt_wait()
233 tmo.tv_nsec %= PT_BILLION; in _pt_wait()
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/src/md/unix/
H A Dpthreads_user.c206 #define PT_BILLION 1000000000UL macro
228 tmo.tv_sec += tmo.tv_nsec / PT_BILLION; in _pt_wait()
229 tmo.tv_nsec %= PT_BILLION; in _pt_wait()
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/src/md/unix/
H A Dpthreads_user.c206 #define PT_BILLION 1000000000UL macro
228 tmo.tv_sec += tmo.tv_nsec / PT_BILLION; in _pt_wait()
229 tmo.tv_nsec %= PT_BILLION; in _pt_wait()
/dports/devel/nspr/nspr-4.33/nspr/pr/src/md/unix/
H A Dpthreads_user.c210 #define PT_BILLION 1000000000UL macro
232 tmo.tv_sec += tmo.tv_nsec / PT_BILLION; in _pt_wait()
233 tmo.tv_nsec %= PT_BILLION; in _pt_wait()
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/src/md/unix/
H A Dpthreads_user.c210 #define PT_BILLION 1000000000UL macro
232 tmo.tv_sec += tmo.tv_nsec / PT_BILLION; in _pt_wait()
233 tmo.tv_nsec %= PT_BILLION; in _pt_wait()
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/src/md/unix/
H A Dpthreads_user.c210 #define PT_BILLION 1000000000UL macro
232 tmo.tv_sec += tmo.tv_nsec / PT_BILLION; in _pt_wait()
233 tmo.tv_nsec %= PT_BILLION; in _pt_wait()
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/src/pthreads/
H A Dptsynch.c244 #define PT_BILLION 1000000000UL
263 tmo.tv_sec += tmo.tv_nsec / PT_BILLION;
264 tmo.tv_nsec %= PT_BILLION;
/dports/www/firefox/firefox-99.0/nsprpub/pr/src/pthreads/
H A Dptsynch.c244 #define PT_BILLION 1000000000UL macro
263 tmo.tv_sec += tmo.tv_nsec / PT_BILLION; in pt_TimedWait()
264 tmo.tv_nsec %= PT_BILLION; in pt_TimedWait()
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/src/pthreads/
H A Dptsynch.c236 #define PT_BILLION 1000000000UL macro
255 tmo.tv_sec += tmo.tv_nsec / PT_BILLION; in pt_TimedWait()
256 tmo.tv_nsec %= PT_BILLION; in pt_TimedWait()
/dports/devel/nspr/nspr-4.33/nspr/pr/src/pthreads/
H A Dptsynch.c244 #define PT_BILLION 1000000000UL macro
263 tmo.tv_sec += tmo.tv_nsec / PT_BILLION; in pt_TimedWait()
264 tmo.tv_nsec %= PT_BILLION; in pt_TimedWait()
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/src/pthreads/
H A Dptsynch.c244 #define PT_BILLION 1000000000UL macro
263 tmo.tv_sec += tmo.tv_nsec / PT_BILLION; in pt_TimedWait()
264 tmo.tv_nsec %= PT_BILLION; in pt_TimedWait()
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/src/pthreads/
H A Dptsynch.c244 #define PT_BILLION 1000000000UL macro
263 tmo.tv_sec += tmo.tv_nsec / PT_BILLION; in pt_TimedWait()
264 tmo.tv_nsec %= PT_BILLION; in pt_TimedWait()
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/src/pthreads/
H A Dptsynch.c242 #define PT_BILLION 1000000000UL macro
261 tmo.tv_sec += tmo.tv_nsec / PT_BILLION; in pt_TimedWait()
262 tmo.tv_nsec %= PT_BILLION; in pt_TimedWait()