Searched refs:pthread_attr_getstack (Results 1 – 12 of 12) sorted by relevance
/openbsd-src/regress/lib/libpthread/stack/ |
H A D | stack.c | 86 CHECKr(pthread_attr_getstack(&attr, &addr2, &size2)); in main() 157 CHECKr(pthread_attr_getstack(&attr, &addr2, &size2)); in main()
|
/openbsd-src/lib/librthread/ |
H A D | Symbols.map | 11 pthread_attr_getstack;
|
H A D | pthread.h | 35 PROTO_STD_DEPRECATED(pthread_attr_getstack);
|
H A D | rthread_attr.c | 111 pthread_attr_getstack(const pthread_attr_t *attrp, void **stackaddr, in pthread_attr_getstack() function
|
/openbsd-src/include/ |
H A D | pthread.h | 188 int pthread_attr_getstack(const pthread_attr_t *,
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_linux_test.cpp | 198 pthread_attr_getstack(&attr, &stackaddr, &stacksize); in thread_descriptor_size_test_func()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_posix_libcdep.cpp | 392 return pthread_attr_getstack((pthread_attr_t *)attr, addr, (size_t *)size); in my_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 | 4824 INTERCEPTOR(int, pthread_attr_getstack, void *attr, void **addr, SIZE_T *size) { 4826 COMMON_INTERCEPTOR_ENTER(ctx, pthread_attr_getstack, attr, addr, size); 4830 int res = REAL(pthread_attr_getstack)(attr, addr, size); 4838 // We may need to call the real pthread_attr_getstack from the run-time 4844 return REAL(pthread_attr_getstack)(attr, addr, size); 4854 COMMON_INTERCEPT_FUNCTION(pthread_attr_getstack);
|
/openbsd-src/gnu/llvm/compiler-rt/lib/dfsan/ |
H A D | done_abilist.txt | 327 fun:pthread_attr_getstack=discard
|
H A D | libc_ubuntu1404_abilist.txt | 2542 fun:pthread_attr_getstack=uninstrumented
|
/openbsd-src/gnu/llvm/compiler-rt/lib/msan/tests/ |
H A D | msan_test.cpp | 3396 res = pthread_attr_getstack(&attr, &v, &w); in TEST()
|