Searched refs:_mutex (Results 1 - 4 of 4) sorted by relevance

/haiku/src/libs/compat/freebsd_network/compat/sys/
H A D_callout.h11 #include <sys/_mutex.h>
H A Dmalloc.h16 #include <sys/_mutex.h>
H A Dmutex.h10 #include <sys/_mutex.h>
/haiku/src/system/libroot/posix/pthread/
H A Dpthread_cond.cpp126 pthread_cond_wait(pthread_cond_t* cond, pthread_mutex_t* _mutex) argument
128 RETURN_AND_TEST_CANCEL(cond_wait(cond, _mutex, 0, B_INFINITE_TIMEOUT));

Completed in 35 milliseconds