Searched refs:my_pthread_attr_getstack (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_posix.h | 89 int my_pthread_attr_getstack(void *attr, void **addr, uptr *size);
|
H A D | sanitizer_posix_libcdep.cc | 403 int my_pthread_attr_getstack(void *attr, void **addr, uptr *size) { in my_pthread_attr_getstack() function 417 my_pthread_attr_getstack(attr, (void**)&stackaddr, &stacksize); in AdjustStackSize()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_posix.h | 89 int my_pthread_attr_getstack(void *attr, void **addr, uptr *size);
|
H A D | sanitizer_posix_libcdep.cc | 407 int my_pthread_attr_getstack(void *attr, void **addr, uptr *size) { in my_pthread_attr_getstack() function 421 my_pthread_attr_getstack(attr, (void**)&stackaddr, &stacksize); in AdjustStackSize()
|
H A D | sanitizer_linux_libcdep.cc | 147 my_pthread_attr_getstack(&attr, &stackaddr, &stacksize); in GetThreadStackTopAndBottom()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_posix_libcdep.cpp | 386 int my_pthread_attr_getstack(void *attr, void **addr, uptr *size) { in my_pthread_attr_getstack() function 400 my_pthread_attr_getstack(attr, (void**)&stackaddr, &stacksize); in AdjustStackSize()
|
H A D | sanitizer_posix.h | 93 int my_pthread_attr_getstack(void *attr, void **addr, uptr *size);
|