Home
last modified time | relevance | path

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

12

/freebsd-12.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-12.1/contrib/ntp/lib/isc/pthreads/
H A Dthread.c64 pthread_attr_destroy(&attr); in isc_thread_create()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DThreadLauncher.cpp75 ::pthread_attr_destroy(&thread_attr); in LaunchThread()
/freebsd-12.1/contrib/gcc/
H A Dgthr-posix.h138 __gthrw(pthread_attr_destroy)
271 && __gthrw_(pthread_attr_destroy) (&_objc_thread_attribs) == 0) in __gthread_objc_close_thread_system()
H A Dgthr-posix95.h101 __gthrw(pthread_attr_destroy)
237 && __gthrw_(pthread_attr_destroy) (&_objc_thread_attribs) == 0) in __gthread_objc_close_thread_system()
H A Dgthr-posix.c199 pthread_attr_destroy (pthread_attr_t *attr ATTRIBUTE_UNUSED) in pthread_attr_destroy() function
/freebsd-12.1/cddl/contrib/opensolaris/head/
H A Dthread.h99 pthread_attr_destroy(&attr); in thr_create()
/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cc39 int pthread_attr_destroy(void *attr);
405 pthread_attr_destroy(&myattr); in INTERCEPTOR()
/freebsd-12.1/lib/libthr/
H A Dpthread.map17 pthread_attr_destroy;
/freebsd-12.1/contrib/compiler-rt/lib/safestack/
H A Dsafestack.cc234 pthread_attr_destroy(&tmpattr); in INTERCEPTOR()
/freebsd-12.1/include/
H A Dpthread.h152 int pthread_attr_destroy(pthread_attr_t *);
/freebsd-12.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-12.1/contrib/apr/threadproc/unix/
H A Dthread.c31 rv = pthread_attr_destroy(&attr->attr); in threadattr_cleanup()
/freebsd-12.1/contrib/gcclibs/libgomp/
H A Dteam.c307 pthread_attr_destroy (&thread_attr); in gomp_team_start()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_rtems.cc83 CHECK_EQ(pthread_attr_destroy(&attr), 0); in GetThreadStackTopAndBottom()
H A Dsanitizer_fuchsia.cc83 CHECK_EQ(pthread_attr_destroy(&attr), 0); in GetThreadStackTopAndBottom()
/freebsd-12.1/lib/libc/gen/
H A DSymbol.map8 pthread_attr_destroy;
H A D_pthread_stubs.c256 STUB_FUNC1(pthread_attr_destroy, PJT_ATTR_DESTROY, int, void *);
/freebsd-12.1/cddl/compat/opensolaris/misc/
H A Dthread_pool.c51 (void) pthread_attr_destroy(&tpool->tp_attr); in delete_pool()
/freebsd-12.1/contrib/llvm/lib/Support/Unix/
H A DThreading.inc81 ::pthread_attr_destroy(&Attr);
/freebsd-12.1/share/man/man3/
H A DMakefile313 PTHREAD_MLINKS+=pthread_attr.3 pthread_attr_destroy.3 \
/freebsd-12.1/lib/libthr/thread/
H A Dthr_attr.c113 __weak_reference(_thr_attr_destroy, pthread_attr_destroy);
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dz_Linux_util.cpp478 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 Dradixsort.c635 pthread_attr_destroy(&attr); in run_top_sort_level()

12