| /freebsd-12.1/contrib/netbsd-tests/lib/libpthread/ |
| H A D | t_join.c | 138 ATF_REQUIRE(pthread_attr_destroy(&attr) == 0); in threadfunc1() 161 ATF_REQUIRE(pthread_attr_destroy(&attr) == 0); in threadfunc2()
|
| /freebsd-12.1/contrib/ntp/lib/isc/pthreads/ |
| H A D | thread.c | 64 pthread_attr_destroy(&attr); in isc_thread_create()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | ThreadLauncher.cpp | 75 ::pthread_attr_destroy(&thread_attr); in LaunchThread()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | gthr-posix.h | 138 __gthrw(pthread_attr_destroy) 271 && __gthrw_(pthread_attr_destroy) (&_objc_thread_attribs) == 0) in __gthread_objc_close_thread_system()
|
| H A D | gthr-posix95.h | 101 __gthrw(pthread_attr_destroy) 237 && __gthrw_(pthread_attr_destroy) (&_objc_thread_attribs) == 0) in __gthread_objc_close_thread_system()
|
| H A D | gthr-posix.c | 199 pthread_attr_destroy (pthread_attr_t *attr ATTRIBUTE_UNUSED) in pthread_attr_destroy() function
|
| /freebsd-12.1/cddl/contrib/opensolaris/head/ |
| H A D | thread.h | 99 pthread_attr_destroy(&attr); in thr_create()
|
| /freebsd-12.1/contrib/compiler-rt/lib/lsan/ |
| H A D | lsan_interceptors.cc | 39 int pthread_attr_destroy(void *attr); 405 pthread_attr_destroy(&myattr); in INTERCEPTOR()
|
| /freebsd-12.1/lib/libthr/ |
| H A D | pthread.map | 17 pthread_attr_destroy;
|
| /freebsd-12.1/contrib/compiler-rt/lib/safestack/ |
| H A D | safestack.cc | 234 pthread_attr_destroy(&tmpattr); in INTERCEPTOR()
|
| /freebsd-12.1/include/ |
| H A D | pthread.h | 152 int pthread_attr_destroy(pthread_attr_t *);
|
| /freebsd-12.1/lib/libc/include/ |
| H A D | namespace.h | 89 #define pthread_attr_destroy _pthread_attr_destroy macro
|
| H A D | un-namespace.h | 70 #undef pthread_attr_destroy
|
| /freebsd-12.1/contrib/apr/threadproc/unix/ |
| H A D | thread.c | 31 rv = pthread_attr_destroy(&attr->attr); in threadattr_cleanup()
|
| /freebsd-12.1/contrib/gcclibs/libgomp/ |
| H A D | team.c | 307 pthread_attr_destroy (&thread_attr); in gomp_team_start()
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_rtems.cc | 83 CHECK_EQ(pthread_attr_destroy(&attr), 0); in GetThreadStackTopAndBottom()
|
| H A D | sanitizer_fuchsia.cc | 83 CHECK_EQ(pthread_attr_destroy(&attr), 0); in GetThreadStackTopAndBottom()
|
| /freebsd-12.1/lib/libc/gen/ |
| H A D | Symbol.map | 8 pthread_attr_destroy;
|
| H A D | _pthread_stubs.c | 256 STUB_FUNC1(pthread_attr_destroy, PJT_ATTR_DESTROY, int, void *);
|
| /freebsd-12.1/cddl/compat/opensolaris/misc/ |
| H A D | thread_pool.c | 51 (void) pthread_attr_destroy(&tpool->tp_attr); in delete_pool()
|
| /freebsd-12.1/contrib/llvm/lib/Support/Unix/ |
| H A D | Threading.inc | 81 ::pthread_attr_destroy(&Attr);
|
| /freebsd-12.1/share/man/man3/ |
| H A D | Makefile | 313 PTHREAD_MLINKS+=pthread_attr.3 pthread_attr_destroy.3 \
|
| /freebsd-12.1/lib/libthr/thread/ |
| H A D | thr_attr.c | 113 __weak_reference(_thr_attr_destroy, pthread_attr_destroy);
|
| /freebsd-12.1/contrib/openmp/runtime/src/ |
| H A D | z_Linux_util.cpp | 478 status = pthread_attr_destroy(&attr); in __kmp_set_stack_info() 881 status = pthread_attr_destroy(&thread_attr); in __kmp_create_worker() 1020 status = pthread_attr_destroy(&thread_attr); in __kmp_create_monitor()
|
| /freebsd-12.1/usr.bin/sort/ |
| H A D | radixsort.c | 635 pthread_attr_destroy(&attr); in run_top_sort_level()
|