Lines Matching refs:pthread_mutex_t
104 #define PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP ((pthread_mutex_t)1)
207 pthread_mutex_t * __mutex,
211 pthread_mutex_t * __restrict __mutex)
233 int pthread_mutex_consistent(pthread_mutex_t * __mutex)
235 int pthread_mutex_destroy(pthread_mutex_t * __mutex)
237 int pthread_mutex_init(pthread_mutex_t * __restrict __mutex,
240 int pthread_mutex_lock(pthread_mutex_t * __mutex)
242 int pthread_mutex_trylock(pthread_mutex_t * __mutex)
244 int pthread_mutex_timedlock(pthread_mutex_t * __restrict __mutex,
247 int pthread_mutex_unlock(pthread_mutex_t * __mutex)
318 int pthread_mutex_getprioceiling(const pthread_mutex_t * __restrict,
320 int pthread_mutex_setprioceiling(pthread_mutex_t * __restrict, int,