Searched refs:pthread_mutex_exit_np (Results 1 – 6 of 6) sorted by relevance
154 pthread_mutex_exit_np(mutex); in clock_test_cond_invalid_source()182 pthread_mutex_exit_np(&cc->cc_mutex); in clock_test_cond_inv_to_abs()216 pthread_mutex_exit_np(&cc->cc_mutex); in clock_test_cond_inv_to_rel()275 pthread_mutex_exit_np(&cc->cc_mutex); in clock_test_cond_to_abs()342 pthread_mutex_exit_np(&cc->cc_mutex); in clock_test_cond_to_rel()
79 pthread_mutex_exit_np(arg); in clock_mutex_unlock()
59 #define pthread_mutex_unlock(m) pthread_mutex_exit_np(m)
381 extern void pthread_mutex_exit_np(pthread_mutex_t *);
2642 #pragma weak pthread_mutex_exit_np = mutex_exit macro
3953 pthread_mutex_exit_np;