Home
last modified time | relevance | path

Searched refs:pthread_mutex_exit_np (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/test/libc-tests/tests/clocklock/
H A Dclock_lock_cond.c154 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()
H A Dclock_lock_mutex.c79 pthread_mutex_exit_np(arg); in clock_mutex_unlock()
/illumos-gate/usr/src/compat/bhyve/
H A Dpthread.h59 #define pthread_mutex_unlock(m) pthread_mutex_exit_np(m)
/illumos-gate/usr/src/head/
H A Dpthread.h381 extern void pthread_mutex_exit_np(pthread_mutex_t *);
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c2642 #pragma weak pthread_mutex_exit_np = mutex_exit macro
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers3953 pthread_mutex_exit_np;