Searched refs:clock_id (Results 1 - 8 of 8) sorted by relevance

/haiku/src/system/libroot/posix/pthread/
H A Dpthread_condattr.c26 attr->clock_id = CLOCK_REALTIME;
84 *_clockID = attr->clock_id;
98 attr->clock_id = clockID;
H A Dpthread_cond.cpp41 if (attr->clock_id == CLOCK_MONOTONIC)
134 clockid_t clock_id, const struct timespec* abstime)
142 switch (clock_id) {
133 pthread_cond_clockwait(pthread_cond_t* cond, pthread_mutex_t* mutex, clockid_t clock_id, const struct timespec* abstime) argument
H A Dpthread_mutex.cpp118 pthread_mutex_clocklock(pthread_mutex_t* mutex, clockid_t clock_id, argument
131 switch (clock_id) {
H A Dpthread_rwlock.cpp345 pthread_rwlock_clockrdlock(pthread_rwlock_t* lock, clockid_t clock_id, argument
352 switch (clock_id) {
406 pthread_rwlock_clockwrlock (pthread_rwlock_t* lock, clockid_t clock_id, argument
413 switch (clock_id) {
/haiku/src/system/libroot/posix/
H A Dsemaphore.cpp163 unnamed_sem_timedwait(sem_t* semaphore, clockid_t clock_id, argument
175 switch (clock_id) {
209 named_sem_timedwait(sem_t* semaphore, clockid_t clock_id, argument
227 switch (clock_id) {
275 sem_clockwait(sem_t* semaphore, clockid_t clock_id, const struct timespec* abstime) argument
279 error = named_sem_timedwait(semaphore, clock_id, abstime);
281 error = unnamed_sem_timedwait(semaphore, clock_id, abstime);
/haiku/headers/posix/
H A Dsemaphore.h36 int sem_clockwait(sem_t* semaphore, clockid_t clock_id,
H A Dpthread.h98 clockid_t clock_id, const struct timespec *abstime);
144 clockid_t clock_id, const struct timespec *abstime);
168 clockid_t clock_id, const struct timespec* abstime);
174 clockid_t clock_id, const struct timespec* abstime);
/haiku/headers/private/libroot/
H A Dpthread_private.h35 clockid_t clock_id; member in struct:_pthread_condattr

Completed in 101 milliseconds