Home
last modified time | relevance | path

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

12

/freebsd/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.c649 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 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/crypto/krb5/doc/basic/
H A Ddate_format.rst82 .. _abstime: target in getdate time
/freebsd/contrib/sendmail/libmilter/
H A Dmonitor.c117 struct timespec abstime; local
/freebsd/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/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/sys/kern/
H A Duipc_sem.c767 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 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/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/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1139 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 Dhwasan_interceptors.cpp327 const struct timespec *abstime) { in INTERCEPTOR()
/freebsd/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/crypto/krb5/src/lib/krb5/krb/
H A Dpac.c342 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 Dasan_interceptors.cpp326 const struct timespec *abstime) { in INTERCEPTOR()
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c361 cv_timedwait(kcondvar_t *cv, kmutex_t *mp, clock_t abstime) in cv_timedwait()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1221 const struct timespec *abstime) { in INTERCEPTOR()
/freebsd/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

12