pthread_getattr_np
int pthread_getattr_np(pthread_t, pthread_attr_t *);
ATF_REQUIRE(pthread_getattr_np(pthread_self(), &attr) == 0);
RZ(pthread_getattr_np(t, &attr));
RZ(pthread_getattr_np(t, &attr));
RZ(pthread_getattr_np(t, &attr));
RZ(pthread_getattr_np(pthread_self(), &attr));