Searched defs:abstime (Results 1 – 10 of 10) sorted by relevance
/openbsd-src/lib/librthread/ |
H A D | rthread_rwlock_compat.c | 94 _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 D | rthread_sem.c | 58 _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 D | rthread_sem_compat.c | 57 _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 D | rthread_sync.c | 86 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 D | pthread_cond_timedwait.c | 76 struct timespec abstime; in main() local
|
/openbsd-src/gnu/llvm/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()
|
/openbsd-src/sys/kern/ |
H A D | kern_timeout.c | 554 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 D | thread_win32.cpp | 119 auto abstime = in __libcpp_condvar_timedwait() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 1153 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 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
|