Searched refs:pthread_attr_getstack (Results 1 – 15 of 15) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | stack.h | 44 rc = pthread_attr_getstack(&attr, &sp->ss_sp, &sp->ss_size); in stack_getbounds()
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libtpool/ |
| H A D | thread_pool.c | 309 error = pthread_attr_getstack(old_attr, &stackaddr, &stacksize); in pthread_attr_clone() 336 if (pthread_attr_getstack(attr, &stackaddr, &stacksize) != 0) { in tpool_create()
|
| /freebsd-13.1/lib/libthr/ |
| H A D | pthread.map | 25 pthread_attr_getstack;
|
| /freebsd-13.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-13.1/include/ |
| H A D | pthread.h | 153 int pthread_attr_getstack(
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_posix_libcdep.cpp | 390 return pthread_attr_getstack((pthread_attr_t *)attr, addr, (size_t *)size); in my_pthread_attr_getstack()
|
| H A D | sanitizer_fuchsia.cpp | 81 CHECK_EQ(pthread_attr_getstack(&attr, &base, &size), 0); in GetThreadStackTopAndBottom()
|
| H A D | sanitizer_common_interceptors.inc | 4693 INTERCEPTOR(int, pthread_attr_getstack, void *attr, void **addr, SIZE_T *size) { 4695 COMMON_INTERCEPTOR_ENTER(ctx, pthread_attr_getstack, attr, addr, size); 4699 int res = REAL(pthread_attr_getstack)(attr, addr, size); 4707 // We may need to call the real pthread_attr_getstack from the run-time 4713 return REAL(pthread_attr_getstack)(attr, addr, size); 4723 COMMON_INTERCEPT_FUNCTION(pthread_attr_getstack);
|
| /freebsd-13.1/lib/libthr/thread/ |
| H A D | thr_attr.c | 293 __weak_reference(_pthread_attr_getstack, pthread_attr_getstack);
|
| /freebsd-13.1/share/man/man3/ |
| H A D | Makefile | 452 pthread_attr.3 pthread_attr_getstack.3 \
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | done_abilist.txt | 310 fun:pthread_attr_getstack=discard
|
| H A D | libc_ubuntu1404_abilist.txt | 2541 fun:pthread_attr_getstack=uninstrumented
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/ |
| H A D | z_Linux_util.cpp | 433 status = pthread_attr_getstack(&attr, &addr, &size); in __kmp_set_stack_info()
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libzfs_core/ |
| H A D | libzfs_core.abi | 1395 …<function-decl name='pthread_attr_getstack' visibility='default' binding='global' size-in-bits='64…
|