Searched refs:threadStackSize (Results 1 – 4 of 4) sorted by relevance
/aosp14/system/core/libutils/include/utils/ |
H A D | AndroidThreads.h | 44 size_t threadStackSize, 56 size_t threadStackSize, 68 size_t threadStackSize, 108 size_t threadStackSize = 0, 112 threadPriority, threadStackSize, threadId) ? true : false;
|
/aosp14/system/core/libutils/ |
H A D | Threads.cpp | 121 size_t threadStackSize, in androidCreateRawThreadEtc() argument 147 if (threadStackSize) { in androidCreateRawThreadEtc() 148 pthread_attr_setstacksize(&attr, threadStackSize); in androidCreateRawThreadEtc() 286 size_t threadStackSize, in androidCreateThreadEtc() argument 290 threadPriority, threadStackSize, threadId); in androidCreateThreadEtc()
|
/aosp14/frameworks/base/core/jni/include/android_runtime/ |
H A D | AndroidRuntime.h | 150 size_t threadStackSize,
|
/aosp14/frameworks/base/core/jni/ |
H A D | AndroidRuntime.cpp | 1431 size_t threadStackSize, in javaCreateThreadEtc() argument 1444 threadName, threadPriority, threadStackSize, threadId); in javaCreateThreadEtc()
|