Searched refs:pthread_attr_destroy (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dstack.h48 pthread_attr_destroy(&attr);
/freebsd-13-stable/contrib/ntp/lib/isc/pthreads/
H A Dthread.c64 pthread_attr_destroy(&attr);
/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_join.c138 ATF_REQUIRE(pthread_attr_destroy(&attr) == 0);
161 ATF_REQUIRE(pthread_attr_destroy(&attr) == 0);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DThreading.inc76 if ((errnum = ::pthread_attr_destroy(&Attr)) != 0) {
77 ReportErrnumFatal("pthread_attr_destroy failed", errnum);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DThreadLauncher.cpp69 ::pthread_attr_destroy(&thread_attr);
/freebsd-13-stable/cddl/contrib/opensolaris/head/
H A Dthread.h99 pthread_attr_destroy(&attr);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp40 int pthread_attr_destroy(void *attr);
466 pthread_attr_destroy(&myattr);
/freebsd-13-stable/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool.c64 (void) pthread_attr_destroy(&tpool->tp_attr);
317 pthread_attr_destroy(attr);
/freebsd-13-stable/lib/libc/include/
H A Dnamespace.h89 #define pthread_attr_destroy _pthread_attr_destroy macro
H A Dun-namespace.h70 #undef pthread_attr_destroy macro
/freebsd-13-stable/include/
H A Dpthread.h152 int pthread_attr_destroy(pthread_attr_t *);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/safestack/
H A Dsafestack.cpp224 pthread_attr_destroy(&tmpattr);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_rtems.cpp86 CHECK_EQ(pthread_attr_destroy(&attr), 0);
H A Dsanitizer_fuchsia.cpp91 CHECK_EQ(pthread_attr_destroy(&attr), 0);
H A Dsanitizer_linux_libcdep.cpp151 pthread_attr_destroy(&attr);
/freebsd-13-stable/contrib/apr/threadproc/unix/
H A Dthread.c31 rv = pthread_attr_destroy(&attr->attr);
/freebsd-13-stable/lib/libc/gen/
H A D_pthread_stubs.c258 STUB_FUNC1(pthread_attr_destroy, PJT_ATTR_DESTROY, int, void *);
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_attr.c113 __weak_reference(_thr_attr_destroy, pthread_attr_destroy);
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp502 status = pthread_attr_destroy(&attr);
503 KMP_CHECK_SYSFAIL("pthread_attr_destroy", status);
887 status = pthread_attr_destroy(&thread_attr);
1026 status = pthread_attr_destroy(&thread_attr);
/freebsd-13-stable/contrib/ntp/libntp/
H A Dwork_thread.c623 pthread_attr_destroy(&thr_attr);
/freebsd-13-stable/share/man/man3/
H A DMakefile444 PTHREAD_MLINKS+=pthread_attr.3 pthread_attr_destroy.3 \
/freebsd-13-stable/usr.bin/sort/
H A Dradixsort.c664 pthread_attr_destroy(&attr);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1020 extern "C" int pthread_attr_destroy(void *attr);
1044 pthread_attr_destroy(&myattr);
/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgoogletest-port-test.cc316 ASSERT_EQ(0, pthread_attr_destroy(&attr));
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c952 (void) pthread_attr_destroy(&a);

Completed in 223 milliseconds

12