Home
last modified time | relevance | path

Searched defs:abstime (Results 1 – 25 of 25) sorted by relevance

/freebsd-src/lib/libthr/thread/
H A Dthr_rwlock.c169 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 Dthr_cond.c205 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 Dthr_join.c64 const struct timespec *abstime) in _pthread_timedjoin_np()
85 const struct timespec *abstime, bool peek) in join_common()
H A Dthr_sem.c106 const struct timespec * __restrict abstime) in _sem_timedwait_compat()
H A Dthr_mutex.c648 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 Dthr_umtx.c110 const struct timespec *abstime) in __thr_umutex_timedlock()
207 const struct timespec *abstime, int shared) in _thr_umtx_timedwait_uint()
H A Dthr_kern.c190 const struct timespec *abstime) in _thr_sleep()
/freebsd-src/contrib/sendmail/libmilter/
H A Dmonitor.c117 struct timespec abstime; local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp123 const timespec *abstime) { in INTERCEPTOR()
148 const timespec *abstime) { in INTERCEPTOR()
194 const timespec *abstime) { in INTERCEPTOR()
/freebsd-src/lib/libc/gen/
H A Dsem.c315 _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 Dsem_new.c432 const struct timespec * __restrict abstime) in _sem_timedwait()
/freebsd-src/sys/kern/
H A Duipc_sem.c767 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 Devthread_pthread.c144 struct timeval now, abstime; in evthread_posix_cond_wait() local
H A Devutil_time.c407 ev_uint64_t abstime, usec; in evutil_gettime_monotonic_() local
/freebsd-src/contrib/libevent/
H A Devthread_pthread.c144 struct timeval now, abstime; in evthread_posix_cond_wait() local
H A Devutil_time.c407 ev_uint64_t abstime, usec; in evutil_gettime_monotonic_() local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1261 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 Dhwasan_interceptors.cpp327 const struct timespec *abstime) { in INTERCEPTOR() argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp514 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 Dasan_interceptors.cpp326 const struct timespec *abstime) { in INTERCEPTOR() argument
/freebsd-src/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c360 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 Dmsan_interceptors.cpp1221 const struct timespec *abstime) { in INTERCEPTOR() argument
/freebsd-src/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h1344 #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 Dfreebsd32_proto.h354 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 Dsysproto.h1192 char abstime_l_[PADL_(const struct timespec *)]; const struct timespec * abstime; char abstime_r_[PADR_(const struct timespec *)]; member