Home
last modified time | relevance | path

Searched refs:pthread_getattr_np (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/tests/lib/libpthread/
H A Dt_stack.c80 RZ(pthread_getattr_np(pthread_self(), &attr)); in getdefaultstacksize()
288 RZ(pthread_getattr_np(t, &attr)); in checkguardaccessthread()
365 RZ(pthread_getattr_np(t, &attr)); in checkaddraccessthread()
448 RZ(pthread_getattr_np(t, &attr)); in ATF_TC_BODY()
H A Dt_join.c156 ATF_REQUIRE(pthread_getattr_np(pthread_self(), &attr) == 0); in threadfunc2()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cc43 #define pthread_getattr_np pthread_attr_get_np
146 CHECK_EQ(pthread_getattr_np(pthread_self(), &attr), 0); in GetThreadStackTopAndBottom()
46 #define pthread_getattr_np global() macro
H A Dsanitizer_rtems.cc79 CHECK_EQ(pthread_getattr_np(pthread_self(), &attr), 0); in GetThreadStackTopAndBottom()
H A Dsanitizer_fuchsia.cc79 CHECK_EQ(pthread_getattr_np(pthread_self(), &attr), 0); in GetThreadStackTopAndBottom()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_rtems.cc81 CHECK_EQ(pthread_getattr_np(pthread_self(), &attr), 0); in GetThreadStackTopAndBottom()
H A Dsanitizer_fuchsia.cc81 CHECK_EQ(pthread_getattr_np(pthread_self(), &attr), 0); in GetThreadStackTopAndBottom()
/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-thread.c238 ASSERT(0 == pthread_getattr_np(pthread_self(), &attr)); in thread_check_stack()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_linux_test.cc211 pthread_getattr_np(pthread_self(), &attr); in thread_descriptor_size_test_func()
/netbsd-src/lib/libpthread/
H A Dpthread.h234 int pthread_getattr_np(pthread_t, pthread_attr_t *);
H A Dpthread_attr.c529 pthread_getattr_np(pthread_t thread, pthread_attr_t *attr) in pthread_getattr_np() function
H A DMakefile155 MLINKS+= pthread_attr_get_np.3 pthread_getattr_np.3
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_fuchsia.cpp78 CHECK_EQ(pthread_getattr_np(pthread_self(), &attr), 0); in GetThreadStackTopAndBottom()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/
H A Dosthread.d1619 version (PThread_Getattr_NP) int pthread_getattr_np(pthread_t thread, pthread_attr_t* attr);
1679 pthread_getattr_np(pthread_self(), &attr); in package()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dunwind.c350 int err = pthread_getattr_np (pthread, &attr); in __collector_ext_unwind_key_init()
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dunwind.c354 int err = pthread_getattr_np (pthread, &attr); in __collector_ext_unwind_key_init()