Home
last modified time | relevance | path

Searched defs:thrd (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/test/libc-tests/tests/
H A Dc11_threads.c187 thrd_t thrd; in cthr_test_detach() local
353 thrd_t thrd; in cthr_test_mtx_busy() local
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dc11_thr.c235 thrd_join(thrd_t thrd, int *res) in thrd_join()