/freebsd-src/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 | 648 mutex_lock_sleep(struct pthread * curthread,struct pthread_mutex * m,const struct timespec * abstime) mutex_lock_sleep() argument 715 mutex_lock_common(struct pthread_mutex * m,const struct timespec * abstime,bool cvattach,bool rb_onlist) mutex_lock_common() argument 758 __pthread_mutex_timedlock(pthread_mutex_t * __restrict mutex,const struct timespec * __restrict abstime) __pthread_mutex_timedlock() argument 883 mutex_self_lock(struct pthread_mutex * m,const struct timespec * abstime) mutex_self_lock() argument [all...] |
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-src/contrib/sendmail/libmilter/ |
H A D | monitor.c | 117 struct timespec abstime; local
|
/freebsd-src/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-src/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-src/sys/kern/ |
H A D | uipc_sem.c | 767 const struct timespec *abstime; member 773 struct timespec abstime; in sys_ksem_timedwait() local 807 kern_sem_wait(struct thread * td,semid_t id,int tryflag,struct timespec * abstime) kern_sem_wait() argument 991 struct timespec *ts, abstime; freebsd32_ksem_timedwait() local [all...] |
/freebsd-src/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-src/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-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 1261 INTERCEPTOR(int, pthread_cond_timedwait, void *c, void *m, void *abstime) { in INTERCEPTOR() argument 1128 TSAN_INTERCEPTOR(int,pthread_timedjoin_np,void * th,void ** ret,const struct timespec * abstime) TSAN_INTERCEPTOR() argument 1250 INTERCEPTOR(int,pthread_cond_timedwait,void * c,void * m,void * abstime) INTERCEPTOR() argument 1365 TSAN_INTERCEPTOR(int,pthread_mutex_timedlock,void * m,void * abstime) TSAN_INTERCEPTOR() argument 1386 TSAN_INTERCEPTOR(int,pthread_mutex_clocklock,void * m,__sanitizer_clockid_t clock,void * abstime) TSAN_INTERCEPTOR() argument 1512 TSAN_INTERCEPTOR(int,pthread_rwlock_timedrdlock,void * m,void * abstime) TSAN_INTERCEPTOR() argument 1542 TSAN_INTERCEPTOR(int,pthread_rwlock_timedwrlock,void * m,void * abstime) TSAN_INTERCEPTOR() argument [all...] |
/freebsd-src/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_interceptors.cpp | 327 const struct timespec *abstime) { in INTERCEPTOR() argument
|
/freebsd-src/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-src/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_interceptors.cpp | 326 const struct timespec *abstime) { in INTERCEPTOR() argument
|
/freebsd-src/sys/contrib/openzfs/lib/libzpool/ |
H A D | kernel.c | 360 cv_timedwait(kcondvar_t *cv, kmutex_t *mp, clock_t abstime) in cv_timedwait() argument
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 1221 const struct timespec *abstime) { in INTERCEPTOR() argument
|
/freebsd-src/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
|
/freebsd-src/sys/compat/freebsd32/ |
H A D | freebsd32_proto.h | 354 char abstime_l_[PADL_(const struct timespec32 *)]; const struct timespec32 * abstime; char abstime_r_[PADR_(const struct timespec32 *)]; member
|
/freebsd-src/sys/sys/ |
H A D | sysproto.h | 1192 char abstime_l_[PADL_(const struct timespec *)]; const struct timespec * abstime; char abstime_r_[PADR_(const struct timespec *)]; member
|