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

/freebsd-11-stable/contrib/apr/locks/unix/
H A Dthread_cond.c92 struct timespec abstime; local
H A Dthread_mutex.c211 struct timespec abstime; local
H A Dproc_mutex.c234 struct timespec abstime; local
724 struct timespec abstime; local
801 struct timespec abstime; local
[all...]
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_join.c61 _pthread_timedjoin_np(pthread_t pthread, void **thread_return, const struct timespec *abstime) argument
76 join_common(pthread_t pthread, void **thread_return, const struct timespec *abstime) argument
[all...]
H A Dthr_sem.c106 _sem_timedwait_compat(sem_t * __restrict sem, const struct timespec * __restrict abstime) argument
H A Dthr_rwlock.c159 rwlock_rdlock_common(pthread_rwlock_t *rwlock, const struct timespec *abstime) argument
286 rwlock_wrlock_common (pthread_rwlock_t *rwlock, const struct timespec *abstime) argument
226 _pthread_rwlock_timedrdlock(pthread_rwlock_t * __restrict rwlock, const struct timespec * __restrict abstime) argument
338 _pthread_rwlock_timedwrlock(pthread_rwlock_t * __restrict rwlock, const struct timespec * __restrict abstime) argument
[all...]
H A Dthr_kern.c194 _thr_sleep(struct pthread *curthread, int clockid, const struct timespec *abstime) argument
H A Dthr_umtx.c120 __thr_umutex_timedlock(struct umutex *mtx, uint32_t id, const struct timespec *abstime) argument
217 _thr_umtx_timedwait_uint(volatile u_int *mtx, u_int id, int clockid, const struct timespec *abstime, int shared) argument
H A Dthr_cond.c191 cond_wait_kernel(struct pthread_cond *cvp, struct pthread_mutex *mp, const struct timespec *abstime, int cancel) argument
263 cond_wait_user(struct pthread_cond *cvp, struct pthread_mutex *mp, const struct timespec *abstime, int cancel) argument
339 cond_wait_common(pthread_cond_t *cond, pthread_mutex_t *mutex, const struct timespec *abstime, int cancel) argument
384 _pthread_cond_timedwait(pthread_cond_t * __restrict cond, pthread_mutex_t * __restrict mutex, const struct timespec * __restrict abstime) argument
397 __pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex, const struct timespec *abstime) argument
[all...]
H A Dthr_mutex.c713 mutex_lock_common(struct pthread_mutex *m, const struct timespec *abstime, argument
645 mutex_lock_sleep(struct pthread *curthread, struct pthread_mutex *m, const struct timespec *abstime) argument
755 __pthread_mutex_timedlock(pthread_mutex_t * __restrict mutex, const struct timespec * __restrict abstime) argument
881 mutex_self_lock(struct pthread_mutex *m, const struct timespec *abstime) argument
[all...]
/freebsd-11-stable/contrib/sendmail/libmilter/
H A Dmonitor.c117 struct timespec abstime; local
/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Devthread_pthread.c144 struct timeval now, abstime; local
H A Devutil_time.c324 ev_uint64_t abstime, usec; local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp121 INTERCEPTOR(int, pthread_rwlock_timedrdlock, pthread_rwlock_t *m, const timespec *abstime) argument
146 INTERCEPTOR(int, pthread_rwlock_timedwrlock, pthread_rwlock_t *m, const timespec *abstime) argument
192 INTERCEPTOR(int, pthread_cond_timedwait, pthread_cond_t *c, pthread_mutex_t *m, const timespec *abstime) argument
/freebsd-11-stable/lib/libc/gen/
H A Dsem.c315 _umtx_wait_uint(volatile unsigned *mtx, unsigned id, const struct timespec *abstime) argument
364 _libc_sem_timedwait_compat(sem_t * __restrict sem, const struct timespec * __restrict abstime) argument
H A Dsem_new.c431 _sem_timedwait(sem_t * __restrict sem, const struct timespec * __restrict abstime) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cpp443 call_pthread_cancel_with_cleanup(int(*fn)(void *c, void *m, void *abstime), void *c, void *m, void *abstime, void(*cleanup)(void *arg), void *arg) argument
H A Dtsan_platform_mac.cpp306 call_pthread_cancel_with_cleanup(int(*fn)(void *c, void *m, void *abstime), void *c, void *m, void *abstime, void(*cleanup)(void *arg), void *arg) argument
H A Dtsan_interceptors_posix.cpp1175 INTERCEPTOR(int, pthread_cond_timedwait, void *c, void *m, void *abstime) { argument
1256 TSAN_INTERCEPTOR(int, pthread_mutex_timedlock, void *m, void *abstime) { argument
1065 TSAN_INTERCEPTOR(int, pthread_timedjoin_np, void *th, void **ret, const struct timespec *abstime) argument
1147 cond_wait(ThreadState *thr, uptr pc, ScopedInterceptor *si, int (*fn)(void *c, void *m, void *abstime), void *c, void *m, void *t) argument
1350 TSAN_INTERCEPTOR(int, pthread_rwlock_timedrdlock, void *m, void *abstime) argument
1380 TSAN_INTERCEPTOR(int, pthread_rwlock_timedwrlock, void *m, void *abstime) argument
[all...]
/freebsd-11-stable/sys/kern/
H A Duipc_sem.c755 const struct timespec *abstime; member in struct:ksem_timedwait_args
761 struct timespec abstime; local
794 kern_sem_wait(struct thread *td, semid_t id, int tryflag, struct timespec *abstime) argument
976 struct timespec *ts, abstime; local
[all...]
H A Dkern_umtx.c842 umtxq_sleep(struct umtx_q *uq, const char *wmesg, struct abs_timeout *abstime) argument
/freebsd-11-stable/sys/compat/cloudabi/
H A Dcloudabi_futex.c428 futex_lock_rdlock(struct futex_lock *fl, struct thread *td, cloudabi_lock_t *lock, cloudabi_clockid_t clock_id, cloudabi_timestamp_t timeout, cloudabi_timestamp_t precision, bool abstime) argument
708 futex_lock_wrlock(struct futex_lock *fl, struct thread *td, cloudabi_lock_t *lock, cloudabi_clockid_t clock_id, cloudabi_timestamp_t timeout, cloudabi_timestamp_t precision, bool abstime, struct futex_queue *donated) argument
790 futex_queue_convert_timestamp(struct thread *td, cloudabi_clockid_t clock_id, cloudabi_timestamp_t timeout, cloudabi_timestamp_t precision, sbintime_t *sbttimeout, sbintime_t *sbtprecision, bool abstime) argument
811 futex_queue_sleep(struct futex_queue *fq, struct futex_lock *fl, struct futex_waiter *fw, struct thread *td, cloudabi_clockid_t clock_id, cloudabi_timestamp_t timeout, cloudabi_timestamp_t precision, bool abstime) argument
978 cloudabi_futex_condvar_wait(struct thread *td, cloudabi_condvar_t *condvar, cloudabi_scope_t condvar_scope, cloudabi_lock_t *lock, cloudabi_scope_t lock_scope, cloudabi_clockid_t clock_id, cloudabi_timestamp_t timeout, cloudabi_timestamp_t precision, bool abstime) argument
1052 cloudabi_futex_lock_rdlock(struct thread *td, cloudabi_lock_t *lock, cloudabi_scope_t scope, cloudabi_clockid_t clock_id, cloudabi_timestamp_t timeout, cloudabi_timestamp_t precision, bool abstime) argument
1071 cloudabi_futex_lock_wrlock(struct thread *td, cloudabi_lock_t *lock, cloudabi_scope_t scope, cloudabi_clockid_t clock_id, cloudabi_timestamp_t timeout, cloudabi_timestamp_t precision, bool abstime) argument
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c324 cv_timedwait(kcondvar_t *cv, kmutex_t *mp, clock_t abstime) argument
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_proto.h373 char abstime_l_[PADL_(const struct timespec32 *)]; const struct timespec32 * abstime; char abstime_r_[PADR_(const struct timespec32 *)]; member in struct:freebsd32_ksem_timedwait_args
/freebsd-11-stable/sys/sys/
H A Dsysproto.h1281 char abstime_l_[PADL_(const struct timespec *)]; const struct timespec * abstime; char abstime_r_[PADR_(const struct timespec *)]; member in struct:ksem_timedwait_args

Completed in 297 milliseconds