Lines Matching refs:pthread_mutex_t
789 int _mutex_reinit(pthread_mutex_t *) __hidden;
861 int _pthread_mutex_consistent(pthread_mutex_t * _Nonnull);
976 int _pthread_mutex_init_calloc_cb(pthread_mutex_t *mutex,
1067 pthread_mutex_t * __restrict, const struct timespec * __restrict);
1070 int __thr_cond_wait(pthread_cond_t *, pthread_mutex_t *);
1071 int _thr_cond_wait(pthread_cond_t *, pthread_mutex_t *);
1098 int __Tthr_mutex_init(pthread_mutex_t * __restrict,
1100 int _Tthr_mutex_consistent(pthread_mutex_t *);
1101 int _thr_mutex_destroy(pthread_mutex_t *);
1102 int _thr_mutex_unlock(pthread_mutex_t *);
1103 int __Tthr_mutex_lock(pthread_mutex_t *);
1104 int __Tthr_mutex_trylock(pthread_mutex_t *);