Home
last modified time | relevance | path

Searched refs:thrd_join (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/random/
H A Dunit_test.c252 thrd_join(threads[t], &rc); in main()
256 thrd_join(threads[1], &rc); in main()
257 thrd_join(threads[0], &rc); in main()
/freebsd/lib/libstdthreads/
H A DSymbol.map23 thrd_join;
H A DMakefile26 thrd_create.3 thrd_join.3 \
H A Dthrd.c103 thrd_join(thrd_t thr, int *res) in thrd_join() function
H A Dthreads.h106 int thrd_join(thrd_t, int *);
/freebsd/contrib/processor-trace/include/posix/
H A Dthreads.h107 static inline int thrd_join(thrd_t *thrd, int *res) in thrd_join() function
/freebsd/contrib/processor-trace/include/windows/
H A Dthreads.h103 static inline int thrd_join(thrd_t *thrd, int *res) in thrd_join() function
/freebsd/contrib/llvm-project/libcxx/include/__thread/support/
H A Dc11.h158 return thrd_join(*__t, nullptr) == thrd_success ? 0 : EINVAL; in __libcpp_thread_join()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc807 SYMBOL(thrd_join, None, <threads.h>)