Home
last modified time | relevance | path

Searched refs:pthread_attr_getscope (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/lib/libthr/
H A Dpthread.map24 pthread_attr_getscope;
/freebsd-12.1/include/
H A Dpthread.h330 int pthread_attr_getscope(const pthread_attr_t * __restrict,
/freebsd-12.1/lib/libc/include/
H A Dnamespace.h97 #define pthread_attr_getscope _pthread_attr_getscope macro
H A Dun-namespace.h78 #undef pthread_attr_getscope
/freebsd-12.1/lib/libc/gen/
H A DSymbol.map14 pthread_attr_getscope;
H A D_pthread_stubs.c264 STUB_FUNC2(pthread_attr_getscope, PJT_ATTR_GETSCOPE, int, void *, void *)
/freebsd-12.1/share/man/man3/
H A DMakefile319 pthread_attr.3 pthread_attr_getscope.3 \
/freebsd-12.1/lib/libthr/thread/
H A Dthr_attr.c273 __weak_reference(_thr_attr_getscope, pthread_attr_getscope);
/freebsd-12.1/contrib/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2540 fun:pthread_attr_getscope=uninstrumented
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4554 COMMON_INTERCEPT_FUNCTION(pthread_attr_getscope); \