Lines Matching refs:pthread_mutex_t
187 pthread_mutex_t * __restrict, const struct timespec * __restrict)
190 pthread_mutex_t * __restrict) __nonnull(1, 2);
212 int pthread_mutex_destroy(pthread_mutex_t *);
213 int pthread_mutex_init(pthread_mutex_t * __restrict,
215 int pthread_mutex_lock(pthread_mutex_t *);
216 int pthread_mutex_timedlock(pthread_mutex_t * __restrict,
218 int pthread_mutex_trylock(pthread_mutex_t *) __nonnull(1);
219 int pthread_mutex_unlock(pthread_mutex_t *);
270 int pthread_mutex_getprioceiling(const pthread_mutex_t * __restrict,
272 int pthread_mutex_setprioceiling(pthread_mutex_t * __restrict, int,
299 int pthread_mutex_consistent(pthread_mutex_t *);