Searched refs:pthread_cond_wait (Results 1 - 10 of 10) sorted by relevance

/haiku/src/libs/posix_error_mapper/
H A Dpthread_cond.cpp39 WRAPPER_FUNCTION(int, pthread_cond_wait, (pthread_cond_t *cond,
/haiku/src/system/libroot/posix/libstdthreads/
H A Dcnd.c94 if (pthread_cond_wait(cond, mtx) != 0)
/haiku/src/servers/package/
H A DJobQueue.cpp98 pthread_cond_wait(&fNewJobCondition, &fMutex);
/haiku/src/system/libroot/posix/pthread/
H A Dpthread_cond.cpp126 pthread_cond_wait(pthread_cond_t* cond, pthread_mutex_t* _mutex) function
/haiku/src/kits/network/libnetservices/
H A DGeolocation.cpp141 pthread_cond_wait(&listener.fCompletion, &listener.fLock);
211 pthread_cond_wait(&listener.fCompletion, &listener.fLock);
/haiku/src/tests/kits/media/mp3_decoder_test/
H A Dmp3_decoder_test.cpp146 pthread_cond_wait(&decodingCookie.playingFinishedCondition,
/haiku/src/kits/shared/
H A DMemoryRingIO.cpp290 err = pthread_cond_wait(&fEvent, &fLock);
/haiku/headers/posix/
H A Dpthread.h147 extern int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2218 void pthread_cond_wait() {} function
H A Dlibroot_stubs_legacy.c2197 void pthread_cond_wait() {} function

Completed in 134 milliseconds