Home
last modified time | relevance | path

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

/dflybsd-src/lib/libthread_xu/thread/
H A Dthr_rwlock.c182 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()
H A Dthr_join.c59 const struct timespec *abstime) in _pthread_timedjoin_np()
70 const struct timespec *abstime) in join_common()
H A Dthr_cond.c232 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()
H A Dthr_mutex.c407 const struct timespec * abstime) in mutex_lock_common()
584 mutex_self_lock(pthread_mutex_t m, const struct timespec *abstime) in mutex_self_lock()
H A Dthr_sem.c338 _sem_timedwait(sem_t * __restrict sem, const struct timespec * __restrict abstime) in _sem_timedwait()
/dflybsd-src/sbin/udevd/
H A Dudevd_monitor.c169 struct timespec abstime; in client_cmd_monitor() local