Searched defs:abstime (Results 1 – 6 of 6) sorted by relevance
182 rwlock_rdlock_common(pthread_rwlock_t *rwlock, const struct timespec *abstime) in rwlock_rdlock_common()280 const struct timespec * __restrict abstime) in _pthread_rwlock_timedrdlock()419 rwlock_wrlock_common (pthread_rwlock_t *rwlock, const struct timespec *abstime) in rwlock_wrlock_common()498 const struct timespec * __restrict abstime) in _pthread_rwlock_timedwrlock()
59 const struct timespec *abstime) in _pthread_timedjoin_np()70 const struct timespec *abstime) in join_common()
232 const struct timespec *abstime, int cancel) in cond_wait_common()340 const struct timespec * __restrict abstime) in _pthread_cond_timedwait()351 const struct timespec *abstime) in __pthread_cond_timedwait()
407 const struct timespec * abstime) in mutex_lock_common()584 mutex_self_lock(pthread_mutex_t m, const struct timespec *abstime) in mutex_self_lock()
338 _sem_timedwait(sem_t * __restrict sem, const struct timespec * __restrict abstime) in _sem_timedwait()
169 struct timespec abstime; in client_cmd_monitor() local