Home
last modified time | relevance | path

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

/titanic_44/usr/src/test/libc-tests/tests/
H A Dc11_threads.c188 thrd_t thrd; in cthr_test_detach() local
354 thrd_t thrd; in cthr_test_mtx_busy() local
/titanic_44/usr/src/lib/libc/port/threads/
H A Dc11_thr.c234 thrd_join(thrd_t thrd, int *res) in thrd_join()