Searched refs:pthread_cond_timedwait (Results 1 - 7 of 7) sorted by path

/haiku/src/libs/posix_error_mapper/
H A Dpthread_cond.cpp32 WRAPPER_FUNCTION(int, pthread_cond_timedwait, (pthread_cond_t *cond,
/haiku/headers/posix/
H A Dpthread.h145 extern int pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex,
/haiku/src/kits/shared/
H A DMemoryRingIO.cpp292 err = pthread_cond_timedwait(&fEvent, &fLock, &absTimeout);
/haiku/src/system/libroot/posix/libstdthreads/
H A Dcnd.c80 switch (pthread_cond_timedwait(cond, mtx, ts)) {
/haiku/src/system/libroot/posix/pthread/
H A Dpthread_cond.cpp158 pthread_cond_timedwait(pthread_cond_t* cond, pthread_mutex_t* mutex, function
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2217 void pthread_cond_timedwait() {} function
H A Dlibroot_stubs_legacy.c2196 void pthread_cond_timedwait() {} function

Completed in 225 milliseconds