/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/ |
librt.so.1 | |
/external/chromium_org/native_client_sdk/src/libraries/pthread/ |
library.dsc | 32 'pthread_attr_setstacksize.c',
|
/external/compiler-rt/test/asan/TestCases/ |
stack-use-after-return.cc | 71 pthread_attr_setstacksize(&attr, kStackSize);
|
/external/libunwind/tests/ |
Gtest-concurrent.c | 91 pthread_attr_setstacksize (&attr, PTHREAD_STACK_MIN + 64*1024);
|
/external/llvm/lib/Support/ |
Threading.cpp | 56 if (::pthread_attr_setstacksize(&Attr, RequestedStackSize) != 0)
|
/external/valgrind/main/memcheck/tests/ |
err_disable4.c | 80 r = pthread_attr_setstacksize(&attr, PTHREAD_STACK_MIN);
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/bench/ |
sched-messaging.c | 171 if (pthread_attr_setstacksize(&attr, PTHREAD_STACK_MIN) != 0) 172 barf("pthread_attr_setstacksize");
|
/bionic/tests/ |
pthread_test.cpp | 187 ASSERT_EQ(0, pthread_attr_setstacksize(&attributes, static_cast<size_t>(-1) & ~(getpagesize() - 1))); 591 TEST(pthread, pthread_attr_setstacksize) { 600 ASSERT_EQ(EINVAL, pthread_attr_setstacksize(&attributes, 128)); 607 ASSERT_EQ(0, pthread_attr_setstacksize(&attributes, 32*1024)); 613 ASSERT_EQ(0, pthread_attr_setstacksize(&attributes, 32*1024 + 1));
|
time_test.cpp | 61 ASSERT_EQ(0, pthread_attr_setstacksize(&attributes, PTHREAD_STACK_MIN)); 64 ASSERT_EQ(0, pthread_attr_setstacksize(&attributes, 4 * getpagesize()));
|
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/ |
libc.so | |
/bionic/libc/bionic/ |
pthread_attr.cpp | 91 int pthread_attr_setstacksize(pthread_attr_t* attr, size_t stack_size) { function
|
/development/ndk/platforms/android-12/arch-mips/symbols/ |
libc.so.functions.txt | 594 pthread_attr_setstacksize
|
/development/ndk/platforms/android-12/arch-x86/symbols/ |
libc.so.functions.txt | 588 pthread_attr_setstacksize
|
/development/ndk/platforms/android-14/arch-mips/symbols/ |
libc.so.functions.txt | 591 pthread_attr_setstacksize
|
/development/ndk/platforms/android-14/arch-x86/symbols/ |
libc.so.functions.txt | 585 pthread_attr_setstacksize
|
/development/ndk/platforms/android-17/arch-mips/symbols/ |
libc.so.functions.txt | 589 pthread_attr_setstacksize
|
/development/ndk/platforms/android-17/arch-x86/symbols/ |
libc.so.functions.txt | 583 pthread_attr_setstacksize
|
/development/ndk/platforms/android-18/arch-mips/symbols/ |
libc.so.functions.txt | 586 pthread_attr_setstacksize
|
/development/ndk/platforms/android-18/arch-x86/symbols/ |
libc.so.functions.txt | 580 pthread_attr_setstacksize
|
/development/ndk/platforms/android-19/arch-mips/symbols/ |
libc.so.functions.txt | 595 pthread_attr_setstacksize
|
/development/ndk/platforms/android-19/arch-x86/symbols/ |
libc.so.functions.txt | 589 pthread_attr_setstacksize
|
/development/ndk/platforms/android-3/arch-arm/symbols/ |
libc.so.functions.txt | 660 pthread_attr_setstacksize
|
/development/ndk/platforms/android-3/include/ |
pthread.h | 126 int pthread_attr_setstacksize(pthread_attr_t * attr, size_t stack_size);
|