Home
last modified time | relevance | path

Searched refs:threadStackSize (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/core/libutils/include/utils/
H A DAndroidThreads.h44 size_t threadStackSize,
56 size_t threadStackSize,
68 size_t threadStackSize,
108 size_t threadStackSize = 0,
112 threadPriority, threadStackSize, threadId) ? true : false;
/aosp12/system/core/libutils/
H A DThreads.cpp129 size_t threadStackSize, in androidCreateRawThreadEtc() argument
155 if (threadStackSize) { in androidCreateRawThreadEtc()
156 pthread_attr_setstacksize(&attr, threadStackSize); in androidCreateRawThreadEtc()
294 size_t threadStackSize, in androidCreateThreadEtc() argument
298 threadPriority, threadStackSize, threadId); in androidCreateThreadEtc()
/aosp12/frameworks/base/core/jni/include/android_runtime/
H A DAndroidRuntime.h150 size_t threadStackSize,
/aosp12/frameworks/base/core/jni/
H A DAndroidRuntime.cpp1434 size_t threadStackSize, in javaCreateThreadEtc() argument
1447 threadName, threadPriority, threadStackSize, threadId); in javaCreateThreadEtc()