Searched refs:pthread_attr_setguardsize (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/libs/native_bridge_support/libc/ |
H A D | stubs_arm.cpp | 82 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_attr_setguardsize); 175 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_attr_setguardsize); in init_stub_library()
|
H A D | stubs_arm64.cpp | 83 DEFINE_INTERCEPTABLE_STUB_FUNCTION(pthread_attr_setguardsize); 178 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", pthread_attr_setguardsize); in init_stub_library()
|
/aosp12/bionic/libc/bionic/ |
H A D | __libc_init_main_thread.cpp | 131 pthread_attr_setguardsize(&main_thread.attr, 0); in __libc_init_main_thread_late()
|
H A D | pthread_attr.cpp | 232 int pthread_attr_setguardsize(pthread_attr_t* attr, size_t guard_size) { in pthread_attr_setguardsize() function
|
/aosp12/bionic/tests/headers/posix/ |
H A D | pthread_h.c | 101 FUNCTION(pthread_attr_setguardsize, int (*f)(pthread_attr_t*, size_t)); in pthread_h()
|
/aosp12/bionic/libc/include/ |
H A D | pthread.h | 108 int pthread_attr_setguardsize(pthread_attr_t* __attr, size_t __size);
|
/aosp12/bionic/libc/tools/ |
H A D | posix-2013.txt | 727 pthread_attr_setguardsize
|
/aosp12/bionic/tests/ |
H A D | pthread_test.cpp | 757 ASSERT_EQ(0, pthread_attr_setguardsize(&attributes, 128)); in TEST() 769 ASSERT_EQ(0, pthread_attr_setguardsize(&attributes, 32*1024)); in TEST() 781 ASSERT_EQ(0, pthread_attr_setguardsize(&attributes, 32*1024 + 1)); in TEST() 795 ASSERT_EQ(0, pthread_attr_setguardsize(&attributes, 32*1024*1024)); in TEST()
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 761 pthread_attr_setguardsize;
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 761 pthread_attr_setguardsize;
|