Searched refs:pthread_getattr_np (Results 1 – 16 of 16) sorted by relevance
| /netbsd-src/tests/lib/libpthread/ |
| H A D | t_stack.c | 80 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 D | t_join.c | 156 ATF_REQUIRE(pthread_getattr_np(pthread_self(), &attr) == 0); in threadfunc2()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_linux_libcdep.cc | 43 #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 D | sanitizer_rtems.cc | 79 CHECK_EQ(pthread_getattr_np(pthread_self(), &attr), 0); in GetThreadStackTopAndBottom()
|
| H A D | sanitizer_fuchsia.cc | 79 CHECK_EQ(pthread_getattr_np(pthread_self(), &attr), 0); in GetThreadStackTopAndBottom()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_rtems.cc | 81 CHECK_EQ(pthread_getattr_np(pthread_self(), &attr), 0); in GetThreadStackTopAndBottom()
|
| H A D | sanitizer_fuchsia.cc | 81 CHECK_EQ(pthread_getattr_np(pthread_self(), &attr), 0); in GetThreadStackTopAndBottom()
|
| /netbsd-src/external/mit/libuv/dist/test/ |
| H A D | test-thread.c | 238 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 D | sanitizer_linux_test.cc | 211 pthread_getattr_np(pthread_self(), &attr); in thread_descriptor_size_test_func()
|
| /netbsd-src/lib/libpthread/ |
| H A D | pthread.h | 234 int pthread_getattr_np(pthread_t, pthread_attr_t *);
|
| H A D | pthread_attr.c | 529 pthread_getattr_np(pthread_t thread, pthread_attr_t *attr) in pthread_getattr_np() function
|
| H A D | Makefile | 155 MLINKS+= pthread_attr_get_np.3 pthread_getattr_np.3
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_fuchsia.cpp | 78 CHECK_EQ(pthread_getattr_np(pthread_self(), &attr), 0); in GetThreadStackTopAndBottom()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/ |
| H A D | osthread.d | 1619 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 D | unwind.c | 350 int err = pthread_getattr_np (pthread, &attr); in __collector_ext_unwind_key_init()
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| H A D | unwind.c | 354 int err = pthread_getattr_np (pthread, &attr); in __collector_ext_unwind_key_init()
|