Lines Matching refs:pthread_mutex_t
272 extern int pthread_mutex_init(pthread_mutex_t *_RESTRICT_KYWD,
274 extern int pthread_mutex_consistent(pthread_mutex_t *);
275 extern int pthread_mutex_destroy(pthread_mutex_t *);
276 extern int pthread_mutex_lock(pthread_mutex_t *);
277 extern int pthread_mutex_clocklock(pthread_mutex_t *_RESTRICT_KYWD,
279 extern int pthread_mutex_timedlock(pthread_mutex_t *_RESTRICT_KYWD,
281 extern int pthread_mutex_relclocklock_np(pthread_mutex_t *_RESTRICT_KYWD,
283 extern int pthread_mutex_reltimedlock_np(pthread_mutex_t *_RESTRICT_KYWD,
285 extern int pthread_mutex_unlock(pthread_mutex_t *);
286 extern int pthread_mutex_trylock(pthread_mutex_t *);
287 extern int pthread_mutex_setprioceiling(pthread_mutex_t *_RESTRICT_KYWD,
289 extern int pthread_mutex_getprioceiling(const pthread_mutex_t *_RESTRICT_KYWD,
305 pthread_mutex_t *_RESTRICT_KYWD);
307 pthread_mutex_t *_RESTRICT_KYWD, clockid_t,
310 pthread_mutex_t *_RESTRICT_KYWD, const struct timespec *_RESTRICT_KYWD);
312 pthread_mutex_t *_RESTRICT_KYWD, clockid_t,
315 pthread_mutex_t *_RESTRICT_KYWD, const struct timespec *_RESTRICT_KYWD);
369 extern int pthread_mutex_consistent_np(pthread_mutex_t *);
380 extern void pthread_mutex_enter_np(pthread_mutex_t *);
381 extern void pthread_mutex_exit_np(pthread_mutex_t *);