Searched refs:pthread_attr_getscope (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/lib/libc/include/
H A Dnamespace.h97 #define pthread_attr_getscope _pthread_attr_getscope macro
H A Dun-namespace.h78 #undef pthread_attr_getscope macro
/freebsd-13-stable/include/
H A Dpthread.h333 int pthread_attr_getscope(const pthread_attr_t * __restrict,
/freebsd-13-stable/lib/libc/gen/
H A D_pthread_stubs.c266 STUB_FUNC2(pthread_attr_getscope, PJT_ATTR_GETSCOPE, int, void *, void *)
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_attr.c273 __weak_reference(_thr_attr_getscope, pthread_attr_getscope);
/freebsd-13-stable/sys/contrib/openzfs/lib/libtpool/
H A Dthread_pool.c301 error = pthread_attr_getscope(old_attr, &scope);
/freebsd-13-stable/share/man/man3/
H A DMakefile450 pthread_attr.3 pthread_attr_getscope.3 \
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4668 COMMON_INTERCEPT_FUNCTION(pthread_attr_getscope); \

Completed in 291 milliseconds