Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libc/port/threads/
H A Dc11_thr.c132 case mtx_plain | mtx_recursive: in mtx_init()
133 case mtx_timed | mtx_recursive: in mtx_init()
/titanic_44/usr/src/test/libc-tests/tests/
H A Dc11_threads.c69 VERIFY3S(mtx_init(&mtx, mtx_plain | mtx_recursive), ==, thrd_success); in cthr_test_mtx_init()
71 VERIFY3S(mtx_init(&mtx, mtx_timed | 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()
/titanic_44/usr/src/head/
H A Dthreads.h58 mtx_recursive = 0x2, enumerator
/titanic_44/usr/src/test/libc-tests/cfg/symbols/
H A Dthreads_h.cfg35 value | mtx_recursive | int | threads.h | -ALL +C11