Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/safestack/
H A Dsafestack.cc227 pthread_attr_getguardsize(attr, &guard); in INTERCEPTOR()
233 pthread_attr_getguardsize(&tmpattr, &guard); in INTERCEPTOR()
/freebsd-12.1/lib/libthr/
H A Dpthread.map20 pthread_attr_getguardsize;
/freebsd-12.1/include/
H A Dpthread.h158 int pthread_attr_getguardsize(const pthread_attr_t * __restrict,
/freebsd-12.1/lib/libc/include/
H A Dnamespace.h93 #define pthread_attr_getguardsize _pthread_attr_getguardsize macro
H A Dun-namespace.h74 #undef pthread_attr_getguardsize
/freebsd-12.1/lib/libc/gen/
H A DSymbol.map10 pthread_attr_getguardsize;
H A D_pthread_stubs.c258 STUB_FUNC2(pthread_attr_getguardsize, PJT_ATTR_GETGUARDSIZE, int, void *, void *)
/freebsd-12.1/share/man/man3/
H A DMakefile315 pthread_attr.3 pthread_attr_getguardsize.3 \
/freebsd-12.1/lib/libthr/thread/
H A Dthr_attr.c202 __weak_reference(_thr_attr_getguardsize, pthread_attr_getguardsize);
/freebsd-12.1/contrib/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2536 fun:pthread_attr_getguardsize=uninstrumented
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4553 COMMON_INTERCEPT_FUNCTION(pthread_attr_getguardsize); \