Home
last modified time | relevance | path

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

/openbsd-src/lib/librthread/
H A Drthread_rwlock_compat.c94 _rthread_rwlock_rdlock(pthread_rwlock_t *lockp, const struct timespec *abstime, in _rthread_rwlock_rdlock()
144 const struct timespec *abstime) in pthread_rwlock_timedrdlock()
153 _rthread_rwlock_wrlock(pthread_rwlock_t *lockp, const struct timespec *abstime, in _rthread_rwlock_wrlock()
210 const struct timespec *abstime) in pthread_rwlock_timedwrlock()
H A Drthread_sem.c58 _sem_wait(sem_t sem, int can_eintr, const struct timespec *abstime, in _sem_wait()
249 sem_timedwait(sem_t *semp, const struct timespec *abstime) in sem_timedwait()
H A Drthread_sem_compat.c57 _sem_wait(sem_t sem, int can_eintr, const struct timespec *abstime, in _sem_wait()
262 sem_timedwait(sem_t *semp, const struct timespec *abstime) in sem_timedwait()
/openbsd-src/lib/libc/thread/
H A Drthread_sync.c86 const struct timespec *abstime) in _rthread_mutex_lock()
182 pthread_mutex_timedlock(pthread_mutex_t *p, const struct timespec *abstime) in pthread_mutex_timedlock()
286 const struct timespec *abstime) in pthread_cond_timedwait()
/openbsd-src/regress/lib/libpthread/pthread_cond_timedwait/
H A Dpthread_cond_timedwait.c76 struct timespec abstime; in main() local
/openbsd-src/gnu/llvm/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()
/openbsd-src/sys/kern/
H A Dkern_timeout.c554 hi = abstime->tv_sec << 7; in timeout_maskwheel() argument
400 timeout_abs_ts(struct timeout * to,const struct timespec * abstime) timeout_abs_ts() argument
/openbsd-src/gnu/llvm/libcxx/src/support/win32/
H A Dthread_win32.cpp119 auto abstime = in __libcpp_condvar_timedwait() local
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1153 const struct timespec *abstime) { in TSAN_INTERCEPTOR()
1275 INTERCEPTOR(int, pthread_cond_timedwait, void *c, void *m, void *abstime) { in INTERCEPTOR()
1286 __sanitizer_clockid_t clock, void *abstime) { in INTERCEPTOR()
1390 TSAN_INTERCEPTOR(int, pthread_mutex_timedlock, void *m, void *abstime) { in TSAN_INTERCEPTOR()
1521 TSAN_INTERCEPTOR(int, pthread_rwlock_timedrdlock, void *m, void *abstime) { in TSAN_INTERCEPTOR()
1551 TSAN_INTERCEPTOR(int, pthread_rwlock_timedwrlock, void *m, void *abstime) { in TSAN_INTERCEPTOR()
/openbsd-src/gnu/llvm/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