Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dpthread.d1051 int pthread_attr_getguardsize(const scope pthread_attr_t*, size_t*);
1065 int pthread_attr_getguardsize(const scope pthread_attr_t*, size_t*);
1084 int pthread_attr_getguardsize(const scope pthread_attr_t*, size_t*);
1102 int pthread_attr_getguardsize(const scope pthread_attr_t*, size_t*);
1121 int pthread_attr_getguardsize(const scope pthread_attr_t*, size_t*);
1139 int pthread_attr_getguardsize(const scope pthread_attr_t*, size_t*);
1157 int pthread_attr_getguardsize(const scope pthread_attr_t*, size_t*);
1171 int pthread_attr_getguardsize(const scope pthread_attr_t*, size_t*);
1201 int pthread_attr_getguardsize(const scope pthread_attr_t*, size_t*);
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/safestack/
H A Dsafestack.cc227 pthread_attr_getguardsize(attr, &guard); in INTERCEPTOR()
233 pthread_attr_getguardsize(&tmpattr, &guard); in INTERCEPTOR()
/netbsd-src/lib/libpthread/
H A DMakefile132 pthread_attr_getguardsize.3 \
163 MLINKS+= pthread_attr_getguardsize.3 pthread_attr_setguardsize.3
H A Dpthread.h63 int pthread_attr_getguardsize(const pthread_attr_t * __restrict,
H A Dpthread_attr.c166 pthread_attr_getguardsize(const pthread_attr_t *attr, size_t *guard) in pthread_attr_getguardsize() function
H A Dpthread.c335 pthread_attr_getguardsize(attr, &guardsize); in pthread__getstack()
/netbsd-src/tests/lib/libpthread/
H A Dt_join.c159 ATF_REQUIRE(pthread_attr_getguardsize(&attr, &guardsize) == 0); in threadfunc2()
H A Dt_stack.c290 RZ(pthread_attr_getguardsize(&attr, &guardsize)); in checkguardaccessthread()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc3318 res = pthread_attr_getguardsize(&attr, &v); in TEST()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4552 COMMON_INTERCEPT_FUNCTION(pthread_attr_getguardsize); \
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4795 COMMON_INTERCEPT_FUNCTION(pthread_attr_getguardsize); \
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4694 COMMON_INTERCEPT_FUNCTION(pthread_attr_getguardsize); \