Lines Matching refs:pthread_mutex_t
256 extern int pthread_mutex_init(pthread_mutex_t *_RESTRICT_KYWD,
258 extern int pthread_mutex_consistent(pthread_mutex_t *);
259 extern int pthread_mutex_destroy(pthread_mutex_t *);
260 extern int pthread_mutex_lock(pthread_mutex_t *);
261 extern int pthread_mutex_timedlock(pthread_mutex_t *_RESTRICT_KYWD,
263 extern int pthread_mutex_reltimedlock_np(pthread_mutex_t *_RESTRICT_KYWD,
265 extern int pthread_mutex_unlock(pthread_mutex_t *);
266 extern int pthread_mutex_trylock(pthread_mutex_t *);
267 extern int pthread_mutex_setprioceiling(pthread_mutex_t *_RESTRICT_KYWD,
269 extern int pthread_mutex_getprioceiling(const pthread_mutex_t *_RESTRICT_KYWD,
285 pthread_mutex_t *_RESTRICT_KYWD);
287 pthread_mutex_t *_RESTRICT_KYWD, const struct timespec *_RESTRICT_KYWD);
289 pthread_mutex_t *_RESTRICT_KYWD, const struct timespec *_RESTRICT_KYWD);
335 extern int pthread_mutex_consistent_np(pthread_mutex_t *);