Searched refs:mtx_unlock (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/test/libc-tests/tests/ |
H A D | c11_threads.c | 87 VERIFY3S(mtx_unlock(&mtx), ==, thrd_success); in cthr_test_mtx_lockrec() 88 VERIFY3S(mtx_unlock(&mtx), ==, thrd_success); in cthr_test_mtx_lockrec() 89 VERIFY3S(mtx_unlock(&mtx), ==, thrd_success); in cthr_test_mtx_lockrec() 101 VERIFY3S(mtx_unlock(&mtx), ==, thrd_success); in cthr_test_mtx_trylock() 114 VERIFY3S(mtx_unlock(&stress_mtx), ==, thrd_success); in cthr_test_stress_thr() 229 VERIFY3S(mtx_unlock(&broadcast_mtx), ==, thrd_success); in cthr_test_broadcast_thr() 249 VERIFY3S(mtx_unlock(&broadcast_mtx), ==, thrd_success); in cthr_test_broadcast() 268 VERIFY3S(mtx_unlock(&signal_mtx), ==, thrd_success); in cthr_test_signal_thr() 289 VERIFY3S(mtx_unlock(&signal_mtx), ==, thrd_success); in cthr_test_signal() 314 VERIFY3S(mtx_unlock(&mtx), ==, thrd_success); in cthr_test_cndtime() [all …]
|
H A D | call_once.c | 37 VERIFY3S(mtx_unlock(&co_once_mtx), ==, thrd_success); in co_once_func() 47 VERIFY3S(mtx_unlock(&co_mtx), ==, thrd_success); in co_thr() 69 VERIFY3S(mtx_unlock(&co_mtx), ==, thrd_success); in main()
|
H A D | c11_tss.c | 36 VERIFY3S(mtx_unlock(&ct_mtx), ==, thrd_success); in ct_tss_dtor() 54 VERIFY3S(mtx_unlock(&ct_mtx), ==, thrd_success); in ct_tss_thr()
|
/titanic_44/usr/src/head/ |
H A D | threads.h | 84 extern int mtx_unlock(mtx_t *);
|
/titanic_44/usr/src/lib/libc/port/threads/ |
H A D | c11_thr.c | 186 mtx_unlock(mtx_t *mtx) in mtx_unlock() function
|
/titanic_44/usr/src/test/libc-tests/cfg/symbols/ |
H A D | threads_h.cfg | 113 func | mtx_unlock |\
|
/titanic_44/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 893 # define MUTEX_EXIT(x) mtx_unlock(&(x)->ipf_lk) 906 # define RWLOCK_EXIT(x) mtx_unlock(&(x)->ipf_lk) 930 mtx_unlock(&ipf_rw.ipf_lk); } 932 mtx_unlock(&ipf_rw.ipf_lk); }
|
/titanic_44/usr/src/man/man3c/ |
H A D | Makefile | 993 mtx_unlock.3c \ 1962 mtx_unlock.3c := LINKSRC = mtx.3c
|
/titanic_44/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 138 mtx_unlock;
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-library.man3c.inc | 993 link path=usr/share/man/man3c/mtx_unlock.3c target=mtx.3c
|