Searched refs:pthread_detach (Results 1 - 21 of 21) sorted by relevance

/freebsd-11.0-release/contrib/netbsd-tests/lib/libpthread/
H A Dt_detach.c56 ATF_TC(pthread_detach); variable
57 ATF_TC_HEAD(pthread_detach, tc)
59 atf_tc_set_md_var(tc, "descr", "A test of pthread_detach(3)");
62 ATF_TC_BODY(pthread_detach, tc)
80 PTHREAD_REQUIRE(pthread_detach(t));
106 ATF_TP_ADD_TC(tp, pthread_detach);
H A Dt_join.c137 rv = pthread_detach(thread[i]);
/freebsd-11.0-release/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)
683 if (pthread_detach(t_id) != 0)
/freebsd-11.0-release/lib/libthr/thread/
H A Dthr_detach.c39 __weak_reference(_pthread_detach, pthread_detach);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Host/posix/
H A DHostThreadPosix.cpp70 int err = ::pthread_detach(m_thread);
/freebsd-11.0-release/contrib/netbsd-tests/dev/md/
H A Dh_mdserv.c101 pthread_detach(pt);
/freebsd-11.0-release/lib/libstdthreads/
H A Dthrd.c85 if (pthread_detach(thr) != 0)
/freebsd-11.0-release/contrib/apr/threadproc/unix/
H A Dthread.c235 if ((stat = pthread_detach(thd->td)) == 0) {
237 if ((stat = pthread_detach(*thd->td)) == 0) {
/freebsd-11.0-release/contrib/libc++/src/
H A Dthread.cpp60 ec = pthread_detach(__t_);
/freebsd-11.0-release/contrib/netbsd-tests/fs/common/
H A Dfstest_puffs.c228 pthread_detach(pt);
232 pthread_detach(pt);
/freebsd-11.0-release/include/
H A Dpthread.h216 int pthread_detach(pthread_t);
/freebsd-11.0-release/lib/libc/include/
H A Dnamespace.h131 #define pthread_detach _pthread_detach macro
H A Dun-namespace.h112 #undef pthread_detach macro
/freebsd-11.0-release/contrib/gcc/
H A Dgthr-dce.h169 pthread_detach (&new_thread_handle); /* Fully detach thread. */
/freebsd-11.0-release/lib/libc/gen/
H A D_pthread_stubs.c274 STUB_FUNC1(pthread_detach, PJT_DETACH, int, void *)
/freebsd-11.0-release/share/man/man3/
H A DMakefile229 pthread_detach.3 \
/freebsd-11.0-release/contrib/ntp/
H A Dconfigure19152 $EGREP "pthread_detach" >/dev/null 2>&1; then :
19366 status = pthread_detach( &t );
19449 status = pthread_detach( &t );
19552 status = pthread_detach( &t );
19635 status = pthread_detach( &t );
19743 status = pthread_detach( &t );
19826 status = pthread_detach( &t );
19934 status = pthread_detach( &t );
20017 status = pthread_detach( &t );
20125 status = pthread_detach(
[all...]
/freebsd-11.0-release/contrib/ntp/sntp/
H A Dconfigure9830 $EGREP "pthread_detach" >/dev/null 2>&1; then :
10044 status = pthread_detach( &t );
10127 status = pthread_detach( &t );
10230 status = pthread_detach( &t );
10313 status = pthread_detach( &t );
10421 status = pthread_detach( &t );
10504 status = pthread_detach( &t );
10612 status = pthread_detach( &t );
10695 status = pthread_detach( &t );
10803 status = pthread_detach(
[all...]
/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc993 // Otherwise the new thread can call pthread_detach, but the pthread_t
996 // Otherwise, this thread can call pthread_detach and reset thr->sync
1021 TSAN_INTERCEPTOR(int, pthread_detach, void *th) {
1022 SCOPED_TSAN_INTERCEPTOR(pthread_detach, th);
1024 int res = REAL(pthread_detach)(th);
2600 TSAN_INTERCEPT(pthread_detach);

Completed in 383 milliseconds