Searched defs:threadStackSize (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/utils/
H A DThreads.cpp140 size_t threadStackSize,
166 if (threadStackSize) {
167 pthread_attr_setstacksize(&attr, threadStackSize);
272 size_t threadStackSize,
307 size_t threadStackSize,
311 threadPriority, threadStackSize, threadId);
136 androidCreateRawThreadEtc(android_thread_func_t entryFunction, void *userData, const char* threadName, int32_t threadPriority, size_t threadStackSize, android_thread_id_t *threadId) argument
303 androidCreateThreadEtc(android_thread_func_t entryFunction, void *userData, const char* threadName, int32_t threadPriority, size_t threadStackSize, android_thread_id_t *threadId) argument
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp1020 size_t threadStackSize,
1033 threadName, threadPriority, threadStackSize, threadId);
1015 javaCreateThreadEtc( android_thread_func_t entryFunction, void* userData, const char* threadName, int32_t threadPriority, size_t threadStackSize, android_thread_id_t* threadId) argument

Completed in 2217 milliseconds