Home
last modified time | relevance | path

Searched refs:my_pthread_attr_getstack (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.h89 int my_pthread_attr_getstack(void *attr, void **addr, uptr *size);
H A Dsanitizer_posix_libcdep.cc407 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 Dsanitizer_linux_libcdep.cc144 my_pthread_attr_getstack(&attr, &stackaddr, &stacksize); in GetThreadStackTopAndBottom()