Home
last modified time | relevance | path

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

/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/thread/
H A Dpthread1.cc130 pthread_detach (prod[i]); in main()
131 pthread_detach (cons[i]); in main()
/openbsd/gnu/usr.bin/perl/os2/
H A Dos2.sym21 pthread_detach
H A Dos2ish.h205 int pthread_detach(pthread_t tid);
H A Dos2.c439 pthread_detach(perl_os_thread tid) in pthread_detach() function
/openbsd/gnu/llvm/lldb/source/Host/posix/
H A DHostThreadPosix.cpp56 int err = ::pthread_detach(m_thread); in Detach()
/openbsd/lib/libpthread/man/
H A DMakefile.inc31 pthread_detach.3 \
/openbsd/regress/lib/libpthread/fork/
H A Dfork.c108 CHECKr(pthread_detach(sleeper_thread)); in main()
/openbsd/lib/librthread/
H A DSymbols.map35 pthread_detach;
H A Dpthread.h59 PROTO_STD_DEPRECATED(pthread_detach);
H A Drthread.c324 pthread_detach(pthread_t thread) in pthread_detach() function
/openbsd/gnu/usr.bin/perl/
H A Dthread.h24 if ((_eC_ = pthread_detach(&(t)->self))) { \
357 if ((_eC_ = pthread_detach((t)->self))) { \
/openbsd/include/
H A Dpthread.h215 int pthread_detach(pthread_t);
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dgthr-dce.h155 pthread_detach (&new_thread_handle); /* Fully detach thread. */ in __gthread_objc_thread_detach()
/openbsd/gnu/gcc/gcc/
H A Dgthr-dce.h169 pthread_detach (&new_thread_handle); /* Fully detach thread. */ in __gthread_objc_thread_detach()
/openbsd/gnu/llvm/llvm/lib/Support/Unix/
H A DThreading.inc94 if ((errnum = ::pthread_detach(Thread)) != 0) {
95 ReportErrnumFatal("pthread_detach failed", errnum);
/openbsd/gnu/usr.bin/perl/dist/threads/
H A Dthreads.xs73 # define PERL_THREAD_DETACH(t) pthread_detach(&(t))
75 # define PERL_THREAD_DETACH(t) pthread_detach((t))
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DDNB.cpp244 ::pthread_detach(thread); in spawn_kqueue_thread()
314 ::pthread_detach(thread); in spawn_waitpid_thread()
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1118 TSAN_INTERCEPTOR(int, pthread_detach, void *th) { in TSAN_INTERCEPTOR() argument
1119 SCOPED_INTERCEPTOR_RAW(pthread_detach, th); in TSAN_INTERCEPTOR()
1121 int res = REAL(pthread_detach)(th); in TSAN_INTERCEPTOR()
2923 TSAN_INTERCEPT(pthread_detach); in InitializeInterceptors()
/openbsd/gnu/llvm/libcxx/include/
H A D__threading_support403 return pthread_detach(*__t);
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2577 fun:pthread_detach=uninstrumented
/openbsd/distrib/sets/lists/comp/
H A Dmi2836 ./usr/share/man/man3/pthread_detach.3