Searched refs:pthread_attr_get_np (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/include/
H A Dpthread_np.h49 int pthread_attr_get_np(pthread_t, pthread_attr_t *);
/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_join.c158 ATF_REQUIRE(pthread_attr_get_np(pthread_self(), &attr) == 0);
/freebsd-13-stable/lib/libc/include/
H A Dnamespace.h90 #define pthread_attr_get_np _pthread_attr_get_np macro
H A Dun-namespace.h71 #undef pthread_attr_get_np macro
/freebsd-13-stable/lib/libc/gen/
H A D_pthread_stubs.c293 STUB_FUNC2(pthread_attr_get_np, PJT_ATTR_GET_NP, int, pthread_t, pthread_attr_t *)
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_attr.c140 __weak_reference(_thr_attr_get_np, pthread_attr_get_np);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp46 #define pthread_getattr_np pthread_attr_get_np
/freebsd-13-stable/share/man/man3/
H A DMakefile378 pthread_attr_get_np.3 \
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp490 status = pthread_attr_get_np(pthread_self(), &attr);
491 KMP_CHECK_SYSFAIL("pthread_attr_get_np", status);

Completed in 173 milliseconds