Searched refs:thrd_join (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/random/ |
H A D | unit_test.c | 252 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 D | Symbol.map | 23 thrd_join;
|
H A D | Makefile | 26 thrd_create.3 thrd_join.3 \
|
H A D | thrd.c | 103 thrd_join(thrd_t thr, int *res) in thrd_join() function
|
H A D | threads.h | 106 int thrd_join(thrd_t, int *);
|
/freebsd/contrib/processor-trace/include/posix/ |
H A D | threads.h | 107 static inline int thrd_join(thrd_t *thrd, int *res) in thrd_join() function
|
/freebsd/contrib/processor-trace/include/windows/ |
H A D | threads.h | 103 static inline int thrd_join(thrd_t *thrd, int *res) in thrd_join() function
|
/freebsd/contrib/llvm-project/libcxx/include/__thread/support/ |
H A D | c11.h | 158 return thrd_join(*__t, nullptr) == thrd_success ? 0 : EINVAL; in __libcpp_thread_join()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 807 SYMBOL(thrd_join, None, <threads.h>)
|