Home
last modified time | relevance | path

Searched refs:pthread_attr_destroy (Results 1 – 25 of 34) sorted by relevance

12

/freebsd-13.1/contrib/netbsd-tests/lib/libpthread/
H A Dt_join.c138 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 Dstack.h48 pthread_attr_destroy(&attr); in stack_getbounds()
/freebsd-13.1/contrib/ntp/lib/isc/pthreads/
H A Dthread.c64 pthread_attr_destroy(&attr); in isc_thread_create()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DThreadLauncher.cpp69 ::pthread_attr_destroy(&thread_attr); in LaunchThread()
/freebsd-13.1/cddl/contrib/opensolaris/head/
H A Dthread.h99 pthread_attr_destroy(&attr); in thr_create()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp40 int pthread_attr_destroy(void *attr);
469 pthread_attr_destroy(&myattr); in INTERCEPTOR()
/freebsd-13.1/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool.c64 (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 Dsafestack.cpp224 pthread_attr_destroy(&tmpattr); in INTERCEPTOR()
/freebsd-13.1/lib/libthr/
H A Dpthread.map17 pthread_attr_destroy;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/
H A DThreading.inc64 if ((errnum = ::pthread_attr_destroy(&Attr)) != 0) {
65 ReportErrnumFatal("pthread_attr_destroy failed", errnum);
/freebsd-13.1/lib/libc/include/
H A Dnamespace.h89 #define pthread_attr_destroy _pthread_attr_destroy macro
H A Dun-namespace.h70 #undef pthread_attr_destroy
/freebsd-13.1/contrib/apr/threadproc/unix/
H A Dthread.c31 rv = pthread_attr_destroy(&attr->attr); in threadattr_cleanup()
/freebsd-13.1/include/
H A Dpthread.h152 int pthread_attr_destroy(pthread_attr_t *);
/freebsd-13.1/lib/libc/gen/
H A DSymbol.map8 pthread_attr_destroy;
H A D_pthread_stubs.c258 STUB_FUNC1(pthread_attr_destroy, PJT_ATTR_DESTROY, int, void *);
/freebsd-13.1/lib/libthr/thread/
H A Dthr_attr.c113 __weak_reference(_thr_attr_destroy, pthread_attr_destroy);
/freebsd-13.1/usr.bin/sort/
H A Dradixsort.c664 pthread_attr_destroy(&attr); in run_top_sort_level()
/freebsd-13.1/share/man/man3/
H A DMakefile445 PTHREAD_MLINKS+=pthread_attr.3 pthread_attr_destroy.3 \
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_fuchsia.cpp82 CHECK_EQ(pthread_attr_destroy(&attr), 0); in GetThreadStackTopAndBottom()
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp439 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 Dwork_thread.c623 pthread_attr_destroy(&thr_attr);
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt302 fun:pthread_attr_destroy=discard
/freebsd-13.1/sys/contrib/openzfs/lib/libzpool/
H A Dkernel.c121 VERIFY0(pthread_attr_destroy(&attr)); in zk_thread_create()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1021 extern "C" int pthread_attr_destroy(void *attr);
1045 pthread_attr_destroy(&myattr); in INTERCEPTOR()

12