Searched refs:pthread_attr_getstack (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/lib/libthr/ |
| H A D | pthread.map | 25 pthread_attr_getstack;
|
| /freebsd-12.1/include/ |
| H A D | pthread.h | 153 int pthread_attr_getstack(
|
| /freebsd-12.1/lib/libc/include/ |
| H A D | namespace.h | 98 #define pthread_attr_getstack _pthread_attr_getstack macro
|
| H A D | un-namespace.h | 79 #undef pthread_attr_getstack
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_rtems.cc | 82 CHECK_EQ(pthread_attr_getstack(&attr, &base, &size), 0); in GetThreadStackTopAndBottom()
|
| H A D | sanitizer_posix_libcdep.cc | 413 return pthread_attr_getstack((pthread_attr_t *)attr, addr, (size_t *)size); in my_pthread_attr_getstack()
|
| H A D | sanitizer_fuchsia.cc | 82 CHECK_EQ(pthread_attr_getstack(&attr, &base, &size), 0); in GetThreadStackTopAndBottom()
|
| H A D | sanitizer_common_interceptors.inc | 4526 INTERCEPTOR(int, pthread_attr_getstack, void *attr, void **addr, SIZE_T *size) { 4528 COMMON_INTERCEPTOR_ENTER(ctx, pthread_attr_getstack, attr, addr, size); 4532 int res = REAL(pthread_attr_getstack)(attr, addr, size); 4540 // We may need to call the real pthread_attr_getstack from the run-time 4546 return REAL(pthread_attr_getstack)(attr, addr, size); 4556 COMMON_INTERCEPT_FUNCTION(pthread_attr_getstack);
|
| /freebsd-12.1/share/man/man3/ |
| H A D | Makefile | 320 pthread_attr.3 pthread_attr_getstack.3 \
|
| /freebsd-12.1/lib/libthr/thread/ |
| H A D | thr_attr.c | 293 __weak_reference(_pthread_attr_getstack, pthread_attr_getstack);
|
| /freebsd-12.1/contrib/openmp/runtime/src/ |
| H A D | z_Linux_util.cpp | 472 status = pthread_attr_getstack(&attr, &addr, &size); in __kmp_set_stack_info()
|
| /freebsd-12.1/contrib/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2541 fun:pthread_attr_getstack=uninstrumented
|