Searched refs:mtx_timed (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/test/libc-tests/tests/ |
H A D | c11_threads.c | 67 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 D | c11_thr.c | 129 case mtx_timed: in mtx_init() 133 case mtx_timed | mtx_recursive: in mtx_init()
|
/titanic_44/usr/src/head/ |
H A D | threads.h | 59 mtx_timed = 0x4 enumerator
|
/titanic_44/usr/src/test/libc-tests/cfg/symbols/ |
H A D | threads_h.cfg | 36 value | mtx_timed | int | threads.h | -ALL +C11
|