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

/freebsd-10.0-release/contrib/apr/locks/unix/
H A Dthread_cond.c83 struct timespec abstime; local
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DCondition.cpp81 Condition::Wait (Mutex &mutex, const TimeValue *abstime, bool *timed_out) argument
/freebsd-10.0-release/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.c105 _sem_timedwait_compat(sem_t * __restrict sem, const struct timespec * __restrict abstime) argument
H A Dthr_rwlock.c122 rwlock_rdlock_common(pthread_rwlock_t *rwlock, const struct timespec *abstime) argument
243 rwlock_wrlock_common (pthread_rwlock_t *rwlock, const struct timespec *abstime) argument
187 _pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abstime) argument
293 _pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abstime) argument
[all...]
H A Dthr_kern.c193 _thr_sleep(struct pthread *curthread, int clockid, const struct timespec *abstime) argument
H A Dthr_cond.c161 cond_wait_kernel(struct pthread_cond *cvp, struct pthread_mutex *mp, const struct timespec *abstime, int cancel) argument
213 cond_wait_user(struct pthread_cond *cvp, struct pthread_mutex *mp, const struct timespec *abstime, int cancel) argument
290 cond_wait_common(pthread_cond_t *cond, pthread_mutex_t *mutex, const struct timespec *abstime, int cancel) argument
329 _pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex, const struct timespec * abstime) argument
341 __pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex, const struct timespec *abstime) argument
[all...]
H A Dthr_mutex.c347 mutex_lock_sleep(struct pthread *curthread, struct pthread_mutex *m, const struct timespec *abstime) argument
415 mutex_lock_common(struct pthread_mutex *m, const struct timespec *abstime, int cvattach) argument
447 __pthread_mutex_timedlock(pthread_mutex_t *mutex, const struct timespec *abstime) argument
563 mutex_self_lock(struct pthread_mutex *m, const struct timespec *abstime) argument
[all...]
H A Dthr_umtx.c111 __thr_umutex_timedlock(struct umutex *mtx, uint32_t id, const struct timespec *abstime) argument
195 _thr_umtx_timedwait_uint(volatile u_int *mtx, u_int id, int clockid, const struct timespec *abstime, int shared) argument
/freebsd-10.0-release/contrib/sendmail/libmilter/
H A Dmonitor.c117 struct timespec abstime; local
/freebsd-10.0-release/lib/libkse/thread/
H A Dthr_rwlock.c142 rwlock_rdlock_common (pthread_rwlock_t *rwlock, const struct timespec *abstime) argument
358 rwlock_wrlock_common (pthread_rwlock_t *rwlock, const struct timespec *abstime) argument
227 _pthread_rwlock_timedrdlock(pthread_rwlock_t *rwlock, const struct timespec *abstime) argument
415 _pthread_rwlock_timedwrlock(pthread_rwlock_t *rwlock, const struct timespec *abstime) argument
[all...]
H A Dthr_cond.c371 _pthread_cond_timedwait(pthread_cond_t * cond, pthread_mutex_t * mutex, const struct timespec * abstime) argument
562 __pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex, const struct timespec *abstime) argument
[all...]
H A Dthr_mutex.c525 mutex_lock_common(struct pthread *curthread, pthread_mutex_t *m, const struct timespec * abstime) argument
[all...]
/freebsd-10.0-release/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.c339 usem_wait(struct _usem *sem, const struct timespec *abstime) argument
375 _sem_timedwait(sem_t * __restrict sem, const struct timespec * __restrict abstime) argument
/freebsd-10.0-release/sys/kern/
H A Duipc_sem.c771 const struct timespec *abstime; member in struct:ksem_timedwait_args
777 struct timespec abstime; local
810 kern_sem_wait(struct thread *td, semid_t id, int tryflag, struct timespec *abstime) argument
991 struct timespec *ts, abstime; local
[all...]
H A Dkern_umtx.c756 umtxq_sleep(struct umtx_q *uq, const char *wmesg, struct abs_timeout *abstime) argument
/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c311 cv_timedwait(kcondvar_t *cv, kmutex_t *mp, clock_t abstime) argument
/freebsd-10.0-release/sys/compat/freebsd32/
H A Dfreebsd32_proto.h378 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-10.0-release/sys/sys/
H A Dsysproto.h1333 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 145 milliseconds