Searched refs:pthread_attr_getstack (Results 1 – 13 of 13) sorted by relevance
| /freebsd/sys/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | stack.h | 45 rc = pthread_attr_getstack(&attr, &sp->ss_sp, &sp->ss_size); in stack_getbounds()
|
| /freebsd/lib/libthr/ |
| H A D | pthread.map | 24 pthread_attr_getstack;
|
| /freebsd/include/ |
| H A D | pthread.h | 154 int pthread_attr_getstack(
|
| /freebsd/lib/libc/include/ |
| H A D | namespace.h | 96 #define pthread_attr_getstack _pthread_attr_getstack macro
|
| H A D | un-namespace.h | 77 #undef pthread_attr_getstack
|
| /freebsd/lib/libthr/thread/ |
| H A D | thr_attr.c | 273 __weak_reference(_pthread_attr_getstack, pthread_attr_getstack);
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_posix_libcdep.cpp | 413 return pthread_attr_getstack((pthread_attr_t *)attr, addr, (size_t *)size); in internal_pthread_attr_getstack()
|
| H A D | sanitizer_fuchsia.cpp | 82 CHECK_EQ(pthread_attr_getstack(&attr, &base, &size), 0); in GetThreadStackTopAndBottom()
|
| H A D | sanitizer_common_interceptors.inc | 4785 INTERCEPTOR(int, pthread_attr_getstack, void *attr, void **addr, SIZE_T *size) { 4787 COMMON_INTERCEPTOR_ENTER(ctx, pthread_attr_getstack, attr, addr, size); 4791 int res = REAL(pthread_attr_getstack)(attr, addr, size); 4799 // We may need to call the real pthread_attr_getstack from the run-time 4805 return REAL(pthread_attr_getstack)(attr, addr, size); 4815 COMMON_INTERCEPT_FUNCTION(pthread_attr_getstack);
|
| /freebsd/share/man/man3/ |
| H A D | Makefile | 486 pthread_attr.3 pthread_attr_getstack.3 \
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | done_abilist.txt | 341 fun:pthread_attr_getstack=discard
|
| H A D | libc_ubuntu1404_abilist.txt | 2547 fun:pthread_attr_getstack=uninstrumented
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | z_Linux_util.cpp | 498 status = pthread_attr_getstack(&attr, &addr, &size); in __kmp_set_stack_info()
|