Home
last modified time | relevance | path

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

/titanic_44/usr/src/test/libc-tests/tests/
H A Dc11_threads.c67 VERIFY3S(mtx_init(&mtx, mtx_timed), ==, thrd_success); in cthr_test_mtx_init()
71 VERIFY3S(mtx_init(&mtx, mtx_timed | mtx_recursive), ==, thrd_success); in cthr_test_mtx_init()
328 VERIFY3S(mtx_init(&mtx, mtx_timed), ==, thrd_success); in cthr_test_mtx_selftime()
356 VERIFY3S(mtx_init(&mtx, mtx_timed), ==, thrd_success); in cthr_test_mtx_busy()
/titanic_44/usr/src/lib/libc/port/threads/
H A Dc11_thr.c129 case mtx_timed: in mtx_init()
133 case mtx_timed | mtx_recursive: in mtx_init()
/titanic_44/usr/src/head/
H A Dthreads.h59 mtx_timed = 0x4 enumerator
/titanic_44/usr/src/test/libc-tests/cfg/symbols/
H A Dthreads_h.cfg36 value | mtx_timed | int | threads.h | -ALL +C11