Home
last modified time | relevance | path

Searched refs:thrd_detach (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libstdthreads/
H A DSymbol.map20 thrd_detach;
H A DMakefile23 thrd_create.3 thrd_detach.3 \
H A Dthrd.c80 thrd_detach(thrd_t thr) in thrd_detach() function
H A Dthreads.h102 int thrd_detach(thrd_t);
/freebsd/contrib/llvm-project/libcxx/include/__thread/support/
H A Dc11.h162 return thrd_detach(*__t) == thrd_success ? 0 : EINVAL; in __libcpp_thread_detach()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc804 SYMBOL(thrd_detach, None, <threads.h>)