Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/libc-tests/tests/
H A Dc11_threads.c32 static mtx_t stress_mtx; variable
112 VERIFY3S(mtx_lock(&stress_mtx), ==, thrd_success); in cthr_test_stress_thr()
114 VERIFY3S(mtx_unlock(&stress_mtx), ==, thrd_success); in cthr_test_stress_thr()
126 VERIFY3S(mtx_init(&stress_mtx, mtx_plain), ==, thrd_success); in cthr_test_stress()
135 mtx_destroy(&stress_mtx); in cthr_test_stress()