Lines Matching refs:pthread_mutex_t
103 #define PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP ((pthread_mutex_t)1)
206 pthread_mutex_t * __mutex,
210 pthread_mutex_t * __restrict __mutex)
232 int pthread_mutex_consistent(pthread_mutex_t * __mutex)
234 int pthread_mutex_destroy(pthread_mutex_t * __mutex)
236 int pthread_mutex_init(pthread_mutex_t * __restrict __mutex,
239 int pthread_mutex_lock(pthread_mutex_t * __mutex)
241 int pthread_mutex_trylock(pthread_mutex_t * __mutex)
243 int pthread_mutex_timedlock(pthread_mutex_t * __restrict __mutex,
246 int pthread_mutex_unlock(pthread_mutex_t * __mutex)
313 int pthread_mutex_getprioceiling(const pthread_mutex_t * __restrict,
315 int pthread_mutex_setprioceiling(pthread_mutex_t * __restrict, int,