Searched refs:pthread_attr_getstacksize (Results 1 – 25 of 487) sorted by relevance
12345678910>>...20
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getstacksize/ |
H A D | 1-1.c | 46 rc = pthread_attr_getstacksize(&attr, &stack_size); in main() 68 rc = pthread_attr_getstacksize(&attr, &ssize); in main()
|
H A D | coverage.txt | 1 This document defines the coverage for the pthread_attr_getstacksize function:
|
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setstacksize/ |
H A D | 2-1.c | 48 if ((rc = pthread_attr_getstacksize(&attr, &ssize)) != 0) { in thread_func() 98 rc = pthread_attr_getstacksize(&attr, &ssize); in main()
|
H A D | 1-1.c | 71 rc = pthread_attr_getstacksize(&attr, &ssize); in main()
|
/aosp_15_r20/external/compiler-rt/lib/safestack/ |
H A D | safestack.cc | 179 pthread_attr_getstacksize(attr, &size); in INTERCEPTOR() 185 pthread_attr_getstacksize(&tmpattr, &size); in INTERCEPTOR()
|
/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libc/ |
D | stubs_riscv64.cpp | 87 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_attr_getstacksize); 189 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_attr_getstacksize); in init_stub_library()
|
D | stubs_arm.cpp | 86 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_attr_getstacksize); 186 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_attr_getstacksize); in init_stub_library()
|
D | stubs_arm64.cpp | 87 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_attr_getstacksize); 189 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_attr_getstacksize); in init_stub_library()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/ |
D | os_darwin.go | 228 if pthread_attr_getstacksize(&attr, &stacksize) != 0 { 278 if pthread_attr_getstacksize(&attr, &stacksize) != 0 {
|
D | os_openbsd_libc.go | 34 if pthread_attr_getstacksize(&attr, &stacksize) != 0 {
|
/aosp_15_r20/external/llvm-libc/src/pthread/ |
H A D | pthread_attr_getstacksize.h | 17 int pthread_attr_getstacksize(const pthread_attr_t *__restrict attr,
|
H A D | pthread_attr_getstacksize.cpp | 18 LLVM_LIBC_FUNCTION(int, pthread_attr_getstacksize,
|
H A D | pthread_attr_getstack.cpp | 24 int result = LIBC_NAMESPACE::pthread_attr_getstacksize(attr, stacksize);
|
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/cgo/ |
D | gcc_stack_unix.c | 36 pthread_attr_getstacksize(&attr, &size); in x_cgo_getstackbound()
|
D | gcc_dragonfly_amd64.c | 36 pthread_attr_getstacksize(&attr, &size); in _cgo_sys_thread_start()
|
D | gcc_openbsd.c | 37 pthread_attr_getstacksize(&attr, &size); in _cgo_sys_thread_start()
|
D | gcc_freebsd.c | 48 pthread_attr_getstacksize(&attr, &size); in _cgo_sys_thread_start()
|
D | gcc_linux_s390x.c | 36 pthread_attr_getstacksize(&attr, &size); in _cgo_sys_thread_start()
|
D | gcc_ppc64x.c | 38 pthread_attr_getstacksize(&attr, &size); in _cgo_sys_thread_start()
|
D | gcc_netbsd.c | 38 pthread_attr_getstacksize(&attr, &size); in _cgo_sys_thread_start()
|
D | gcc_linux.c | 43 pthread_attr_getstacksize(&attr, &size); in _cgo_sys_thread_start()
|
D | gcc_freebsd_amd64.c | 46 pthread_attr_getstacksize(&attr, &size); in _cgo_sys_thread_start()
|
/aosp_15_r20/external/cronet/base/profiler/ |
H A D | stack_sampler_android.cc | 38 if (pthread_attr_getstacksize(&attr, &stack_size) != 0) in GetStackBufferSize()
|
H A D | stack_sampler_posix.cc | 64 if (pthread_attr_getstacksize(&attr, &stack_size) != 0) in GetStackBufferSize()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/ |
D | test_2741.cpp | 47 BOOST_CHECK(!pthread_attr_getstacksize(h, &res)); in BOOST_AUTO_TEST_CASE()
|
12345678910>>...20