Searched defs:thrd_error (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/head/
H A Dthreads.h64 thrd_error = 1, enumerator in enum:__anon167
/illumos-gate/usr/src/test/libc-tests/tests/
H A Dc11_threads.c74 VERIFY3S(mtx_init(&mtx, UINT32_MAX), ==, thrd_error); local
75 VERIFY3S(mtx_init(&mtx, 42), ==, thrd_error); local
167 VERIFY3S(thrd_join(self, NULL), ==, thrd_error); local
168 VERIFY3S(thrd_join(other, NULL), ==, thrd_error); local

Completed in 57 milliseconds