Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/netbsd-tests/lib/libpthread/
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()
Dt_join.c133 rv = pthread_detach(thread[i]); in threadfunc1()
/freebsd-12-stable/contrib/sendmail/libmilter/
Dhandler.c42 if (pthread_detach(ctx->ctx_id) != 0)
Dmonitor.c88 if (pthread_detach(tid) != 0)
Dworker.c362 if (pthread_detach(Tskmgr.tm_tid) != 0)
681 if (pthread_detach(t_id) != 0)
/freebsd-12-stable/lib/libthr/thread/
Dthr_detach.c41 __weak_reference(_thr_detach, pthread_detach);
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/lsan/
Dlsan_interceptors.cpp482 INTERCEPTOR(int, pthread_detach, void *th) { in INTERCEPTOR() argument
485 int res = REAL(pthread_detach)(th); in INTERCEPTOR()
523 INTERCEPT_FUNCTION(pthread_detach); in InitializeInterceptors()
/freebsd-12-stable/contrib/apr/threadproc/unix/
Dthread.c235 if ((stat = pthread_detach(thd->td)) == 0) {
237 if ((stat = pthread_detach(*thd->td)) == 0) {
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/posix/
DHostThreadPosix.cpp56 int err = ::pthread_detach(m_thread); in Detach()
/freebsd-12-stable/lib/libstdthreads/
Dthrd.c87 if (pthread_detach(thr) != 0) in thrd_detach()
/freebsd-12-stable/contrib/netbsd-tests/dev/md/
Dh_mdserv.c101 pthread_detach(pt); in main()
/freebsd-12-stable/contrib/netbsd-tests/fs/common/
Dfstest_puffs.c228 pthread_detach(pt); in rumpshovels()
232 pthread_detach(pt); in rumpshovels()
/freebsd-12-stable/contrib/ntp/sntp/m4/
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])
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-12-stable/lib/libthr/
Dpthread.map55 pthread_detach;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/
DThreading.inc87 if ((errnum = ::pthread_detach(Thread)) != 0) {
88 ReportErrnumFatal("pthread_detach failed", errnum);
/freebsd-12-stable/lib/libc/include/
Dnamespace.h134 #define pthread_detach _pthread_detach macro
Dun-namespace.h115 #undef pthread_detach
/freebsd-12-stable/contrib/gcc/
Dgthr-dce.h169 pthread_detach (&new_thread_handle); /* Fully detach thread. */ in __gthread_objc_thread_detach()
/freebsd-12-stable/include/
Dpthread.h215 int pthread_detach(pthread_t);
/freebsd-12-stable/lib/libc/gen/
DSymbol.map36 pthread_detach;
D_pthread_stubs.c280 STUB_FUNC1(pthread_detach, PJT_DETACH, int, void *) in STUB_FUNC2()
/freebsd-12-stable/share/man/man3/
DMakefile262 pthread_detach.3 \
/freebsd-12-stable/contrib/ntp/sntp/
Dconfigure10462 status = pthread_detach( &t );
10546 status = pthread_detach( &t );
10652 status = pthread_detach( &t );
10736 status = pthread_detach( &t );
10847 status = pthread_detach( &t );
10931 status = pthread_detach( &t );
11042 status = pthread_detach( &t );
11126 status = pthread_detach( &t );
11237 status = pthread_detach( &t );
11321 status = pthread_detach( &t );
[all …]
/freebsd-12-stable/contrib/ntp/
Dconfigure20049 status = pthread_detach( &t );
20133 status = pthread_detach( &t );
20239 status = pthread_detach( &t );
20323 status = pthread_detach( &t );
20434 status = pthread_detach( &t );
20518 status = pthread_detach( &t );
20629 status = pthread_detach( &t );
20713 status = pthread_detach( &t );
20824 status = pthread_detach( &t );
20908 status = pthread_detach( &t );
[all …]

12