Home
last modified time | relevance | path

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

12

/netbsd-src/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.c134 rv = pthread_detach(thread[i]); in threadfunc1()
/netbsd-src/lib/libc/thread-stub/
H A Dthread-stub.c47 #define pthread_detach __libc_pthread_detach macro
74 __weak_alias(pthread_detach, __libc_pthread_detach) in __weak_alias()
86 pthread_detach(pthread_t thread) in pthread_detach() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_interceptors.cpp492 INTERCEPTOR(int, pthread_detach, void *th) { in INTERCEPTOR() argument
495 int res = REAL(pthread_detach)(th); in INTERCEPTOR()
533 INTERCEPT_FUNCTION(pthread_detach); in InitializeInterceptors()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dthreads.h37 #define THREAD_DETACH pthread_detach
/netbsd-src/tests/dev/md/
H A Dh_mdserv.c101 pthread_detach(pt); in main()
/netbsd-src/lib/libpthread/
H A Dthrd.c109 if (pthread_detach(thr) == 0) in thrd_detach()
H A Dpthread.h55 int pthread_detach(pthread_t);
H A DMakefile142 pthread_create.3 pthread_detach.3 pthread_equal.3 \
/netbsd-src/external/bsd/ntp/dist/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 );
/netbsd-src/tests/fs/common/
H A Dfstest_puffs.c229 pthread_detach(pt); in rumpshovels()
233 pthread_detach(pt); in rumpshovels()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/
H A Dgthr-rtems.h81 return pthread_detach (__threadid); in __gthread_detach()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/
H A Dgthr-rtems.h81 return pthread_detach (__threadid); in __gthread_detach()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dgthr-posix.h110 __gthrw(pthread_detach)
678 return __gthrw_(pthread_detach) (__threadid); in __gthread_detach()
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dgthr-posix.h110 __gthrw(pthread_detach)
678 return __gthrw_(pthread_detach) (__threadid); in __gthread_detach()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DThreading.inc99 if ((errnum = ::pthread_detach(Thread)) != 0) {
100 ReportErrnumFatal("pthread_detach failed", errnum);
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dthr_posix.c195 pthread_detach( thread ); in ldap_pvt_thread_create()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/pa/
H A Dgthr-dce.h175 pthread_detach (&new_thread_handle); /* Fully detach thread. */ in __gthread_objc_thread_detach()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/pa/
H A Dgthr-dce.h175 pthread_detach (&new_thread_handle); /* Fully detach thread. */ in __gthread_objc_thread_detach()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcsd/
H A Dtcsd_threads.c350 if ((rc = pthread_detach(*(data->thread_id)))) { in tcsd_thread_run()
/netbsd-src/external/bsd/openldap/dist/build/
H A Dopenldap.m4256 dnl pthread_detach() was dropped in Draft 8, it is present
276 AC_EGREP_HEADER(pthread_detach,pthread.h,
349 status = pthread_detach( &t );
/netbsd-src/external/bsd/openldap/dist/
H A Dconfigure17908 status = pthread_detach( &t );
17990 status = pthread_detach( &t );
18093 status = pthread_detach( &t );
18175 status = pthread_detach( &t );
18283 status = pthread_detach( &t );
18365 status = pthread_detach( &t );
18473 status = pthread_detach( &t );
18555 status = pthread_detach( &t );
18663 status = pthread_detach( &t );
18745 status = pthread_detach( &t );
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dteam.c137 pthread_detach (pthread_self ()); in gomp_thread_start()
238 pthread_detach (pthread_self ()); in gomp_free_pool_helper()
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dteam.c143 pthread_detach (pthread_self ()); in gomp_thread_start()
251 pthread_detach (pthread_self ()); in gomp_free_pool_helper()

12