Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/lib/libstdthreads/
H A DSymbol.map23 thrd_join;
H A DMakefile27 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-14.2/contrib/processor-trace/include/windows/
H A Dthreads.h103 static inline int thrd_join(thrd_t *thrd, int *res) in thrd_join() function
/freebsd-14.2/contrib/processor-trace/include/posix/
H A Dthreads.h107 static inline int thrd_join(thrd_t *thrd, int *res) in thrd_join() function
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A D__threading_support430 int __libcpp_thread_join(__libcpp_thread_t* __t) { return thrd_join(*__t, nullptr) == thrd_success …
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc807 SYMBOL(thrd_join, None, <threads.h>)