Home
last modified time | relevance | path

Searched refs:pthread_detach (Results 1 – 25 of 31) sorted by relevance

12

/freebsd-14.2/contrib/netbsd-tests/lib/libpthread/
H A Dt_detach.c51 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 Dt_join.c133 rv = pthread_detach(thread[i]); in threadfunc1()
/freebsd-14.2/contrib/sendmail/libmilter/
H A Dhandler.c42 if (pthread_detach(ctx->ctx_id) != 0)
H A Dmonitor.c88 if (pthread_detach(tid) != 0)
H A Dworker.c362 if (pthread_detach(Tskmgr.tm_tid) != 0)
681 if (pthread_detach(t_id) != 0)
/freebsd-14.2/lib/libthr/thread/
H A Dthr_detach.c38 __weak_reference(_thr_detach, pthread_detach);
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp302 INTERCEPTOR(int, pthread_detach, void *thread) { in INTERCEPTOR() argument
305 result = REAL(pthread_detach)(thread); in INTERCEPTOR()
536 INTERCEPT_FUNCTION(pthread_detach); in InitializeInterceptors()
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/posix/
H A DHostThreadPosix.cpp56 int err = ::pthread_detach(m_thread); in Detach()
/freebsd-14.2/contrib/netbsd-tests/dev/md/
H A Dh_mdserv.c101 pthread_detach(pt); in main()
/freebsd-14.2/lib/libstdthreads/
H A Dthrd.c83 if (pthread_detach(thr) != 0) in thrd_detach()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp484 INTERCEPTOR(int, pthread_detach, void *thread) { in INTERCEPTOR() argument
487 result = REAL(pthread_detach)(thread); in INTERCEPTOR()
564 INTERCEPT_FUNCTION(pthread_detach); in InitializeInterceptors()
/freebsd-14.2/tools/test/stress2/misc/
H A Dpthread.sh77 pthread_detach(pthread_self());
/freebsd-14.2/contrib/netbsd-tests/fs/common/
H A Dfstest_puffs.c228 pthread_detach(pt); in rumpshovels()
232 pthread_detach(pt); in rumpshovels()
/freebsd-14.2/contrib/ntp/sntp/m4/
H A Dopenldap-thread-check.m4258 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])
H A Dopenldap.m4563 dnl pthread_detach() was dropped in Draft 8, it is present
583 AC_EGREP_HEADER(pthread_detach,pthread.h,
656 status = pthread_detach( &t );
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp299 INTERCEPTOR(int, pthread_detach, void *thread) { in INTERCEPTOR() argument
302 result = REAL(pthread_detach)(thread); in INTERCEPTOR()
820 ASAN_INTERCEPT_FUNC(pthread_detach); in InitializeAsanInterceptors()
/freebsd-14.2/lib/libthr/
H A Dpthread.map54 pthread_detach;
/freebsd-14.2/lib/libc/include/
H A Dun-namespace.h113 #undef pthread_detach
H A Dnamespace.h132 #define pthread_detach _pthread_detach macro
/freebsd-14.2/include/
H A Dpthread.h216 int pthread_detach(pthread_t);
/freebsd-14.2/lib/libc/gen/
H A DSymbol.map32 pthread_detach;
H A D_pthread_stubs.c279 STUB_FUNC1(pthread_detach, PJT_DETACH, int, void *) in STUB_FUNC2()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Unix/
H A DThreading.inc94 if ((errnum = ::pthread_detach(Thread)) != 0) {
95 ReportErrnumFatal("pthread_detach failed", errnum);
/freebsd-14.2/contrib/ntp/sntp/
H A Dconfigure10535 status = pthread_detach( &t );
10619 status = pthread_detach( &t );
10725 status = pthread_detach( &t );
10809 status = pthread_detach( &t );
10920 status = pthread_detach( &t );
11004 status = pthread_detach( &t );
11115 status = pthread_detach( &t );
11199 status = pthread_detach( &t );
11310 status = pthread_detach( &t );
11394 status = pthread_detach( &t );
[all …]
/freebsd-14.2/contrib/ntp/
H A Dconfigure19934 status = pthread_detach( &t );
20018 status = pthread_detach( &t );
20124 status = pthread_detach( &t );
20208 status = pthread_detach( &t );
20319 status = pthread_detach( &t );
20403 status = pthread_detach( &t );
20514 status = pthread_detach( &t );
20598 status = pthread_detach( &t );
20709 status = pthread_detach( &t );
20793 status = pthread_detach( &t );
[all …]

12