| /freebsd-13.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-13.1/sys/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | stack.h | 48 pthread_attr_destroy(&attr); in stack_getbounds()
|
| /freebsd-13.1/contrib/ntp/lib/isc/pthreads/ |
| H A D | thread.c | 64 pthread_attr_destroy(&attr); in isc_thread_create()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | ThreadLauncher.cpp | 69 ::pthread_attr_destroy(&thread_attr); in LaunchThread()
|
| /freebsd-13.1/cddl/contrib/opensolaris/head/ |
| H A D | thread.h | 99 pthread_attr_destroy(&attr); in thr_create()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_interceptors.cpp | 40 int pthread_attr_destroy(void *attr); 469 pthread_attr_destroy(&myattr); in INTERCEPTOR()
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libtpool/ |
| H A D | thread_pool.c | 64 (void) pthread_attr_destroy(&tpool->tp_attr); in delete_pool() 317 pthread_attr_destroy(attr); in pthread_attr_clone()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/safestack/ |
| H A D | safestack.cpp | 224 pthread_attr_destroy(&tmpattr); in INTERCEPTOR()
|
| /freebsd-13.1/lib/libthr/ |
| H A D | pthread.map | 17 pthread_attr_destroy;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Threading.inc | 64 if ((errnum = ::pthread_attr_destroy(&Attr)) != 0) { 65 ReportErrnumFatal("pthread_attr_destroy failed", errnum);
|
| /freebsd-13.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-13.1/contrib/apr/threadproc/unix/ |
| H A D | thread.c | 31 rv = pthread_attr_destroy(&attr->attr); in threadattr_cleanup()
|
| /freebsd-13.1/include/ |
| H A D | pthread.h | 152 int pthread_attr_destroy(pthread_attr_t *);
|
| /freebsd-13.1/lib/libc/gen/ |
| H A D | Symbol.map | 8 pthread_attr_destroy;
|
| H A D | _pthread_stubs.c | 258 STUB_FUNC1(pthread_attr_destroy, PJT_ATTR_DESTROY, int, void *);
|
| /freebsd-13.1/lib/libthr/thread/ |
| H A D | thr_attr.c | 113 __weak_reference(_thr_attr_destroy, pthread_attr_destroy);
|
| /freebsd-13.1/usr.bin/sort/ |
| H A D | radixsort.c | 664 pthread_attr_destroy(&attr); in run_top_sort_level()
|
| /freebsd-13.1/share/man/man3/ |
| H A D | Makefile | 445 PTHREAD_MLINKS+=pthread_attr.3 pthread_attr_destroy.3 \
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_fuchsia.cpp | 82 CHECK_EQ(pthread_attr_destroy(&attr), 0); in GetThreadStackTopAndBottom()
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/ |
| H A D | z_Linux_util.cpp | 439 status = pthread_attr_destroy(&attr); in __kmp_set_stack_info() 825 status = pthread_attr_destroy(&thread_attr); in __kmp_create_worker() 964 status = pthread_attr_destroy(&thread_attr); in __kmp_create_monitor()
|
| /freebsd-13.1/contrib/ntp/libntp/ |
| H A D | work_thread.c | 623 pthread_attr_destroy(&thr_attr);
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | done_abilist.txt | 302 fun:pthread_attr_destroy=discard
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libzpool/ |
| H A D | kernel.c | 121 VERIFY0(pthread_attr_destroy(&attr)); in zk_thread_create()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 1021 extern "C" int pthread_attr_destroy(void *attr); 1045 pthread_attr_destroy(&myattr); in INTERCEPTOR()
|