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

/haiku/src/system/libroot/posix/pthread/
H A Dpthread_cond.cpp133 pthread_cond_clockwait(pthread_cond_t* cond, pthread_mutex_t* mutex, clockid_t clock_id, const struct timespec* abstime) argument
158 pthread_cond_timedwait(pthread_cond_t* cond, pthread_mutex_t* mutex, const struct timespec* abstime) argument
H A Dpthread_mutex.cpp155 pthread_mutex_timedlock(pthread_mutex_t* mutex, const struct timespec* abstime) argument
118 pthread_mutex_clocklock(pthread_mutex_t* mutex, clockid_t clock_id, const struct timespec* abstime) argument
H A Dpthread_rwlock.cpp345 pthread_rwlock_clockrdlock(pthread_rwlock_t* lock, clockid_t clock_id, const struct timespec *abstime) argument
375 pthread_rwlock_timedrdlock(pthread_rwlock_t* lock, const struct timespec *abstime) argument
406 pthread_rwlock_clockwrlock(pthread_rwlock_t* lock, clockid_t clock_id, const struct timespec *abstime) argument
436 pthread_rwlock_timedwrlock(pthread_rwlock_t* lock, const struct timespec *abstime) argument
[all...]
/haiku/src/system/libroot/posix/
H A Dsemaphore.cpp275 sem_clockwait(sem_t* semaphore, clockid_t clock_id, const struct timespec* abstime) argument
288 sem_timedwait(sem_t* semaphore, const struct timespec* abstime) argument

Completed in 56 milliseconds