/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
pthread_attr_getstacksize.c | 2 * pthread_attr_getstacksize.c 46 pthread_attr_getstacksize (const pthread_attr_t * attr, size_t * stacksize) function
|
attr.c | 50 #include "pthread_attr_getstacksize.c"
|
pthread_attr_setstacksize.c | 68 * pthread_attr_getstacksize), then increase
|
/bionic/tests/ |
pthread_test.cpp | 552 pthread_attr_getstacksize(&attributes, reinterpret_cast<size_t*>(arg)); 597 ASSERT_EQ(0, pthread_attr_getstacksize(&attributes, &default_stack_size)); 602 ASSERT_EQ(0, pthread_attr_getstacksize(&attributes, &stack_size)); 608 ASSERT_EQ(0, pthread_attr_getstacksize(&attributes, &stack_size)); 614 ASSERT_EQ(0, pthread_attr_getstacksize(&attributes, &stack_size)); 840 ASSERT_EQ(0, pthread_attr_getstacksize(&attributes, &stack_size2)); 891 ASSERT_EQ(0, pthread_attr_getstacksize(&attributes, &stack_size2)); 905 ASSERT_EQ(0, pthread_attr_getstacksize(&attributes, &stack_size2));
|
/external/chromium_org/native_client_sdk/src/libraries/pthread/ |
library.dsc | 24 'pthread_attr_getstacksize.c',
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
_pth.h | 157 (*(s) = pthread_attr_getstacksize(*(a)), 0) 166 #define _PT_PTHREAD_ATTR_GETSTACKSIZE(a, s) pthread_attr_getstacksize(a, s)
|
/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 | 99 int pthread_attr_getstacksize(const pthread_attr_t* attr, size_t* stack_size) { function
|
/development/ndk/platforms/android-12/arch-mips/symbols/ |
libc.so.functions.txt | 585 pthread_attr_getstacksize
|
/development/ndk/platforms/android-12/arch-x86/symbols/ |
libc.so.functions.txt | 579 pthread_attr_getstacksize
|
/development/ndk/platforms/android-14/arch-mips/symbols/ |
libc.so.functions.txt | 582 pthread_attr_getstacksize
|
/development/ndk/platforms/android-14/arch-x86/symbols/ |
libc.so.functions.txt | 576 pthread_attr_getstacksize
|
/development/ndk/platforms/android-17/arch-mips/symbols/ |
libc.so.functions.txt | 580 pthread_attr_getstacksize
|
/development/ndk/platforms/android-17/arch-x86/symbols/ |
libc.so.functions.txt | 574 pthread_attr_getstacksize
|
/development/ndk/platforms/android-18/arch-mips/symbols/ |
libc.so.functions.txt | 577 pthread_attr_getstacksize
|
/development/ndk/platforms/android-18/arch-x86/symbols/ |
libc.so.functions.txt | 571 pthread_attr_getstacksize
|
/development/ndk/platforms/android-19/arch-mips/symbols/ |
libc.so.functions.txt | 586 pthread_attr_getstacksize
|
/development/ndk/platforms/android-19/arch-x86/symbols/ |
libc.so.functions.txt | 580 pthread_attr_getstacksize
|
/development/ndk/platforms/android-3/arch-arm/symbols/ |
libc.so.functions.txt | 651 pthread_attr_getstacksize
|
/development/ndk/platforms/android-3/include/ |
pthread.h | 127 int pthread_attr_getstacksize(pthread_attr_t const * attr, size_t * stack_size);
|
/development/ndk/platforms/android-5/arch-arm/symbols/ |
libc.so.functions.txt | 686 pthread_attr_getstacksize
|
/development/ndk/platforms/android-5/include/ |
pthread.h | 127 int pthread_attr_getstacksize(pthread_attr_t const * attr, size_t * stack_size);
|
/development/ndk/platforms/android-8/include/ |
pthread.h | 127 int pthread_attr_getstacksize(pthread_attr_t const * attr, size_t * stack_size);
|