| /freebsd/contrib/netbsd-tests/lib/libpthread/ |
| H A D | t_detach.c | 51 ATF_TC(pthread_detach); 52 ATF_TC_HEAD(pthread_detach, tc) in ATF_TC_HEAD() argument 57 ATF_TC_BODY(pthread_detach, tc) in ATF_TC_BODY() argument 75 PTHREAD_REQUIRE(pthread_detach(t)); in ATF_TC_BODY() 93 ATF_TP_ADD_TC(tp, pthread_detach); in ATF_TP_ADD_TCS()
|
| H A D | t_join.c | 133 rv = pthread_detach(thread[i]); in threadfunc1()
|
| /freebsd/contrib/sendmail/libmilter/ |
| H A D | handler.c | 42 if (pthread_detach(ctx->ctx_id) != 0)
|
| H A D | monitor.c | 88 if (pthread_detach(tid) != 0)
|
| H A D | worker.c | 362 if (pthread_detach(Tskmgr.tm_tid) != 0) 681 if (pthread_detach(t_id) != 0)
|
| /freebsd/lib/libthr/thread/ |
| H A D | thr_detach.c | 38 __weak_reference(_thr_detach, pthread_detach);
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_interceptors.cpp | 302 INTERCEPTOR(int, pthread_detach, void *thread) { in INTERCEPTOR() argument 305 result = REAL(pthread_detach)(thread); in INTERCEPTOR() 537 INTERCEPT_FUNCTION(pthread_detach); in InitializeInterceptors()
|
| /freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | HostThreadPosix.cpp | 56 int err = ::pthread_detach(m_thread); in Detach()
|
| /freebsd/contrib/netbsd-tests/dev/md/ |
| H A D | h_mdserv.c | 101 pthread_detach(pt); in main()
|
| /freebsd/lib/libstdthreads/ |
| H A D | thrd.c | 83 if (pthread_detach(thr) != 0) in thrd_detach()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_interceptors.cpp | 515 INTERCEPTOR(int, pthread_detach, void *thread) { in INTERCEPTOR() argument 518 result = REAL(pthread_detach)(thread); in INTERCEPTOR() 598 INTERCEPT_FUNCTION(pthread_detach); in InitializeInterceptors()
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | pthread.sh | 77 pthread_detach(pthread_self());
|
| /freebsd/contrib/netbsd-tests/fs/common/ |
| H A D | fstest_puffs.c | 228 pthread_detach(pt); in rumpshovels() 232 pthread_detach(pt); in rumpshovels()
|
| /freebsd/contrib/ntp/sntp/m4/ |
| H A D | openldap-thread-check.m4 | 258 dnl Check for pthread_detach with <pthread.h> inclusion 260 AC_CACHE_CHECK([for pthread_detach with <pthread.h>], 268 ]], [[pthread_detach(NULL);]])],[ol_cv_func_pthread_detach=yes],[ol_cv_func_pthread_detach=no]) 272 AC_MSG_ERROR([could not locate pthread_detach()]) 276 [define if you have pthread_detach function])
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_interceptors.cpp | 299 INTERCEPTOR(int, pthread_detach, void *thread) { in INTERCEPTOR() argument 302 result = REAL(pthread_detach)(thread); in INTERCEPTOR() 876 ASAN_INTERCEPT_FUNC(pthread_detach);
|
| /freebsd/sys/contrib/openzfs/cmd/zstream/ |
| H A D | zstream_util.c | 104 ret = pthread_detach(tid); in safe_create_thread()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__thread/support/ |
| H A D | pthread.h | 192 …P_HIDE_FROM_ABI int __libcpp_thread_detach(__libcpp_thread_t* __t) { return pthread_detach(*__t); } in __libcpp_thread_detach()
|
| /freebsd/contrib/llvm-project/libcxx/include/__thread/support/ |
| H A D | pthread.h | 192 …P_HIDE_FROM_ABI int __libcpp_thread_detach(__libcpp_thread_t* __t) { return pthread_detach(*__t); } in __libcpp_thread_detach()
|
| /freebsd/lib/libthr/ |
| H A D | pthread.map | 54 pthread_detach;
|
| /freebsd/lib/libc/include/ |
| H A D | namespace.h | 132 #define pthread_detach _pthread_detach macro
|
| H A D | un-namespace.h | 113 #undef pthread_detach
|
| /freebsd/include/ |
| H A D | pthread.h | 221 int pthread_detach(pthread_t);
|
| /freebsd/tools/tools/nvmf/nvmfd/ |
| H A D | discovery.c | 263 pthread_detach(pthread_self()); in discovery_thread()
|
| /freebsd/lib/libc/gen/ |
| H A D | Symbol.map | 32 pthread_detach;
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Threading.inc | 109 if ((errnum = ::pthread_detach(Thread)) != 0) { 110 ReportErrnumFatal("pthread_detach failed", errnum);
|