Searched refs:thrd_join (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/dev/random/
H A Dunit_test.c252 thrd_join(threads[t], &rc);
256 thrd_join(threads[1], &rc);
257 thrd_join(threads[0], &rc);
/freebsd-current/lib/libstdthreads/
H A Dthreads.h106 int thrd_join(thrd_t, int *);
H A Dthrd.c103 thrd_join(thrd_t thr, int *res) function
H A DMakefile27 thrd_create.3 thrd_join.3 \
/freebsd-current/contrib/processor-trace/include/windows/
H A Dthreads.h103 static inline int thrd_join(thrd_t *thrd, int *res) function
/freebsd-current/contrib/processor-trace/include/posix/
H A Dthreads.h107 static inline int thrd_join(thrd_t *thrd, int *res) function

Completed in 90 milliseconds