/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/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
sanitizer_linux_test.cc | 211 pthread_getattr_np(pthread_self(), &attr);
|
/src/lib/libpthread/ |
pthread.h | 234 int pthread_getattr_np(pthread_t, pthread_attr_t *);
|
pthread_attr.c | 533 pthread_getattr_np(pthread_t thread, pthread_attr_t *attr) function in typeref:typename:int
|
Makefile | 157 MLINKS+= pthread_attr_get_np.3 pthread_getattr_np.3
|