Home
last modified time | relevance | path

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

/freebsd/lib/libthr/
H A Dpthread.map23 pthread_attr_getscope;
/freebsd/include/
H A Dpthread.h338 int pthread_attr_getscope(const pthread_attr_t * __restrict,
/freebsd/lib/libc/include/
H A Dnamespace.h95 #define pthread_attr_getscope _pthread_attr_getscope macro
H A Dun-namespace.h76 #undef pthread_attr_getscope
/freebsd/lib/libc/gen/
H A DSymbol.map11 pthread_attr_getscope;
H A D_pthread_stubs.c269 STUB_FUNC2(pthread_attr_getscope, PJT_ATTR_GETSCOPE, int, void *, void *)
/freebsd/lib/libthr/thread/
H A Dthr_attr.c257 __weak_reference(_thr_attr_getscope, pthread_attr_getscope);
/freebsd/share/man/man3/
H A DMakefile485 pthread_attr.3 pthread_attr_getscope.3 \
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddone_abilist.txt340 fun:pthread_attr_getscope=discard
H A Dlibc_ubuntu1404_abilist.txt2546 fun:pthread_attr_getscope=uninstrumented
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4974 COMMON_INTERCEPT_FUNCTION(pthread_attr_getscope); \