Home
last modified time | relevance | path

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

/titanic_44/usr/src/test/libc-tests/tests/
H A Dc11_threads.c65 VERIFY3S(mtx_init(&mtx, mtx_plain), ==, thrd_success); in cthr_test_mtx_init()
69 VERIFY3S(mtx_init(&mtx, mtx_plain | mtx_recursive), ==, thrd_success); in cthr_test_mtx_init()
83 VERIFY3S(mtx_init(&mtx, mtx_plain | mtx_recursive), ==, thrd_success); in cthr_test_mtx_lockrec()
98 VERIFY3S(mtx_init(&mtx, mtx_plain), ==, thrd_success); in cthr_test_mtx_trylock()
126 VERIFY3S(mtx_init(&stress_mtx, mtx_plain), ==, thrd_success); in cthr_test_stress()
240 VERIFY3S(mtx_init(&broadcast_mtx, mtx_plain), ==, thrd_success); in cthr_test_broadcast()
280 VERIFY3S(mtx_init(&signal_mtx, mtx_plain), ==, thrd_success); in cthr_test_signal()
309 VERIFY3S(mtx_init(&mtx, mtx_plain), ==, thrd_success); in cthr_test_cndtime()
H A Dcall_once.c58 VERIFY3S(mtx_init(&co_once_mtx, mtx_plain), ==, thrd_success); in main()
59 VERIFY3S(mtx_init(&co_mtx, mtx_plain), ==, thrd_success); in main()
H A Dc11_tss.c68 VERIFY3S(mtx_init(&ct_mtx, mtx_plain), ==, thrd_success); in main()
/titanic_44/usr/src/lib/libc/port/threads/
H A Dc11_thr.c128 case mtx_plain: in mtx_init()
132 case mtx_plain | mtx_recursive: in mtx_init()
/titanic_44/usr/src/head/
H A Dthreads.h57 mtx_plain = 0x1, enumerator
/titanic_44/usr/src/test/libc-tests/cfg/symbols/
H A Dthreads_h.cfg34 value | mtx_plain | int | threads.h | -ALL +C11