Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libc/port/threads/
H A Dc11_thr.c55 return (thrd_error); in cnd_broadcast()
73 return (thrd_error); in cnd_init()
85 return (thrd_error); in cnd_signal()
100 return (thrd_error); in cnd_timedwait()
112 return (thrd_error); in cnd_wait()
137 return (thrd_error); in mtx_init()
146 return (thrd_error); in mtx_init()
154 return (thrd_error); in mtx_lock()
167 return (thrd_error); in mtx_timedlock()
182 return (thrd_error); in mtx_trylock()
[all …]
/titanic_44/usr/src/test/libc-tests/tests/
H A Dc11_threads.c74 VERIFY3S(mtx_init(&mtx, UINT32_MAX), ==, thrd_error); in cthr_test_mtx_init()
75 VERIFY3S(mtx_init(&mtx, 42), ==, thrd_error); in cthr_test_mtx_init()
167 VERIFY3S(thrd_join(self, NULL), ==, thrd_error); in cthr_test_detach_err()
168 VERIFY3S(thrd_join(other, NULL), ==, thrd_error); in cthr_test_detach_err()
/titanic_44/usr/src/head/
H A Dthreads.h64 thrd_error = 1, enumerator
/titanic_44/usr/src/test/libc-tests/cfg/symbols/
H A Dthreads_h.cfg38 value | thrd_error | int | threads.h | -ALL +C11