Searched refs:mtx_recursive (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/libc/port/threads/ |
H A D | c11_thr.c | 132 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 D | c11_threads.c | 69 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 D | threads.h | 58 mtx_recursive = 0x2, enumerator
|
/titanic_44/usr/src/test/libc-tests/cfg/symbols/ |
H A D | threads_h.cfg | 35 value | mtx_recursive | int | threads.h | -ALL +C11
|