/freebsd/lib/libthr/thread/ |
H A D | thr_rwlock.c | 169 rwlock_rdlock_common(pthread_rwlock_t *rwlock, const struct timespec *abstime) in rwlock_rdlock_common() 238 const struct timespec * __restrict abstime) in _pthread_rwlock_timedrdlock() 302 rwlock_wrlock_common(pthread_rwlock_t *rwlock, const struct timespec *abstime) in rwlock_wrlock_common() 356 const struct timespec * __restrict abstime) in _pthread_rwlock_timedwrlock()
|
H A D | thr_cond.c | 205 const struct timespec *abstime, int cancel) in cond_wait_kernel() 277 const struct timespec *abstime, int cancel) in cond_wait_user() 353 const struct timespec *abstime, int cancel) in cond_wait_common() 399 const struct timespec * __restrict abstime) in _thr_cond_timedwait() 411 const struct timespec *abstime) in __pthread_cond_timedwait()
|
H A D | thr_join.c | 64 const struct timespec *abstime) in _pthread_timedjoin_np() 85 const struct timespec *abstime, bool peek) in join_common()
|
H A D | thr_sem.c | 106 const struct timespec * __restrict abstime) in _sem_timedwait_compat()
|
H A D | thr_mutex.c | 649 const struct timespec *abstime) in mutex_lock_sleep() 716 mutex_lock_common(struct pthread_mutex *m, const struct timespec *abstime, in mutex_lock_common() 759 const struct timespec * __restrict abstime) in __pthread_mutex_timedlock() 884 mutex_self_lock(struct pthread_mutex *m, const struct timespec *abstime) in mutex_self_lock()
|
H A D | thr_umtx.c | 110 const struct timespec *abstime) in __thr_umutex_timedlock() 207 const struct timespec *abstime, int shared) in _thr_umtx_timedwait_uint()
|
H A D | thr_kern.c | 190 const struct timespec *abstime) in _thr_sleep()
|
/freebsd/crypto/krb5/doc/basic/ |
H A D | date_format.rst | 82 .. _abstime: target in getdate time
|
/freebsd/contrib/sendmail/libmilter/ |
H A D | monitor.c | 117 struct timespec abstime; local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/dd/ |
H A D | dd_interceptors.cpp | 123 const timespec *abstime) { in INTERCEPTOR() 148 const timespec *abstime) { in INTERCEPTOR() 194 const timespec *abstime) { in INTERCEPTOR()
|
/freebsd/lib/libc/gen/ |
H A D | sem.c | 315 _umtx_wait_uint(volatile unsigned *mtx, unsigned id, const struct timespec *abstime) in _umtx_wait_uint() 365 const struct timespec * __restrict abstime) in _libc_sem_timedwait_compat()
|
H A D | sem_new.c | 432 const struct timespec * __restrict abstime) in _sem_timedwait()
|
/freebsd/sys/kern/ |
H A D | uipc_sem.c | 767 const struct timespec *abstime; member 773 struct timespec abstime; in sys_ksem_timedwait() local 807 struct timespec *abstime) in kern_sem_wait() 991 struct timespec *ts, abstime; in freebsd32_ksem_timedwait() local
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evthread_pthread.c | 144 struct timeval now, abstime; in evthread_posix_cond_wait() local
|
H A D | evutil_time.c | 407 ev_uint64_t abstime, usec; in evutil_gettime_monotonic_() local
|
/freebsd/contrib/libevent/ |
H A D | evthread_pthread.c | 144 struct timeval now, abstime; in evthread_posix_cond_wait() local
|
H A D | evutil_time.c | 407 ev_uint64_t abstime, usec; in evutil_gettime_monotonic_() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 1139 const struct timespec *abstime) { in TSAN_INTERCEPTOR() 1261 INTERCEPTOR(int, pthread_cond_timedwait, void *c, void *m, void *abstime) { in INTERCEPTOR() 1272 __sanitizer_clockid_t clock, void *abstime) { in INTERCEPTOR() 1376 TSAN_INTERCEPTOR(int, pthread_mutex_timedlock, void *m, void *abstime) { in TSAN_INTERCEPTOR() 1397 __sanitizer_clockid_t clock, void *abstime) { in TSAN_INTERCEPTOR() 1523 TSAN_INTERCEPTOR(int, pthread_rwlock_timedrdlock, void *m, void *abstime) { in TSAN_INTERCEPTOR() 1553 TSAN_INTERCEPTOR(int, pthread_rwlock_timedwrlock, void *m, void *abstime) { in TSAN_INTERCEPTOR()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_interceptors.cpp | 327 const struct timespec *abstime) { in INTERCEPTOR()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_interceptors.cpp | 514 INTERCEPTOR(int,pthread_timedjoin_np,void * thread,void ** ret,const struct timespec * abstime) INTERCEPTOR() argument
|
/freebsd/crypto/krb5/src/lib/krb5/krb/ |
H A D | pac.c | 342 uint64_t abstime = ntTime / 10000000 - NT_TIME_EPOCH; in k5_time_to_seconds_since_1970() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_interceptors.cpp | 326 const struct timespec *abstime) { in INTERCEPTOR()
|
/freebsd/sys/contrib/openzfs/lib/libzpool/ |
H A D | kernel.c | 361 cv_timedwait(kcondvar_t *cv, kmutex_t *mp, clock_t abstime) in cv_timedwait()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 1221 const struct timespec *abstime) { in INTERCEPTOR()
|
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | netbsd_syscall_hooks.h | 1344 #define __sanitizer_syscall_pre__ksem_timedwait(id, abstime) \ argument 1347 #define __sanitizer_syscall_post__ksem_timedwait(res, id, abstime) \ argument
|