| /src/tests/lib/libpthread/ |
| t_stack.c | 80 RZ(pthread_getattr_np(pthread_self(), &attr)); 288 RZ(pthread_getattr_np(t, &attr)); 365 RZ(pthread_getattr_np(t, &attr)); 448 RZ(pthread_getattr_np(t, &attr));
|
| t_join.c | 156 ATF_REQUIRE(pthread_getattr_np(pthread_self(), &attr) == 0);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_rtems.cc | 79 CHECK_EQ(pthread_getattr_np(pthread_self(), &attr), 0);
|
| sanitizer_linux_libcdep.cc | 43 #define pthread_getattr_np pthread_attr_get_np macro 146 CHECK_EQ(pthread_getattr_np(pthread_self(), &attr), 0);
|
| sanitizer_fuchsia.cc | 79 CHECK_EQ(pthread_getattr_np(pthread_self(), &attr), 0);
|
| /src/external/mit/libuv/dist/test/ |
| test-thread.c | 234 ASSERT_OK(pthread_getattr_np(pthread_self(), &attr));
|
| /src/lib/libpthread/ |
| pthread_attr.c | 533 pthread_getattr_np(pthread_t thread, pthread_attr_t *attr) function
|
| pthread.h | 236 int pthread_getattr_np(pthread_t, pthread_attr_t *);
|
| Makefile | 173 MLINKS+= pthread_attr_get_np.3 pthread_getattr_np.3
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
| sanitizer_linux_test.cc | 211 pthread_getattr_np(pthread_self(), &attr);
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_linux_libcdep.cpp | 48 #define pthread_getattr_np pthread_attr_get_np macro 148 CHECK_EQ(pthread_getattr_np(pthread_self(), &attr), 0);
|
| sanitizer_fuchsia.cpp | 79 CHECK_EQ(pthread_getattr_np(pthread_self(), &attr), 0);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_linux_libcdep.cpp | 47 #define pthread_getattr_np pthread_attr_get_np macro 146 CHECK_EQ(pthread_getattr_np(pthread_self(), &attr), 0);
|
| sanitizer_fuchsia.cpp | 78 CHECK_EQ(pthread_getattr_np(pthread_self(), &attr), 0);
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/thread/ |
| osthread.d | 1610 version (CRuntime_Glibc) version = PThread_Getattr_NP; 1611 version (CRuntime_Bionic) version = PThread_Getattr_NP; 1612 version (CRuntime_Musl) version = PThread_Getattr_NP; 1613 version (CRuntime_UClibc) version = PThread_Getattr_NP; 1619 version (PThread_Getattr_NP) int pthread_getattr_np(pthread_t thread, pthread_attr_t* attr); 1673 else version (PThread_Getattr_NP) 1679 pthread_getattr_np(pthread_self(), &attr);
|
| /src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| unwind.c | 359 int err = pthread_getattr_np (pthread, &attr);
|
| /src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
| unwind.c | 359 int err = pthread_getattr_np (pthread, &attr);
|