Lines Matching refs:pthread_mutex_t
72 pthread_mutex_t m0 = PTHREAD_MUTEX_INITIALIZER; in pthread_h()
81 TYPE(pthread_mutex_t); in pthread_h()
122 …FUNCTION(pthread_cond_timedwait, int (*f)(pthread_cond_t*, pthread_mutex_t*, const struct timespec… in pthread_h()
123 FUNCTION(pthread_cond_wait, int (*f)(pthread_cond_t*, pthread_mutex_t*)); in pthread_h()
144 FUNCTION(pthread_mutex_consistent, int (*f)(pthread_mutex_t*)); in pthread_h()
146 FUNCTION(pthread_mutex_destroy, int (*f)(pthread_mutex_t*)); in pthread_h()
148 FUNCTION(pthread_mutex_getprioceiling, int (*f)(const pthread_mutex_t*, int*)); in pthread_h()
150 FUNCTION(pthread_mutex_init, int (*f)(pthread_mutex_t*, const pthread_mutexattr_t*)); in pthread_h()
151 FUNCTION(pthread_mutex_lock, int (*f)(pthread_mutex_t*)); in pthread_h()
153 FUNCTION(pthread_mutex_setprioceiling, int (*f)(pthread_mutex_t*, int, int*)); in pthread_h()
155 FUNCTION(pthread_mutex_timedlock, int (*f)(pthread_mutex_t*, const struct timespec*)); in pthread_h()
156 FUNCTION(pthread_mutex_trylock, int (*f)(pthread_mutex_t*)); in pthread_h()
157 FUNCTION(pthread_mutex_unlock, int (*f)(pthread_mutex_t*)); in pthread_h()