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

/frameworks/base/libs/utils/
H A DThreads.cpp135 size_t threadStackSize,
156 if (threadStackSize) {
157 pthread_attr_setstacksize(&attr, threadStackSize);
251 size_t threadStackSize,
286 size_t threadStackSize,
290 threadPriority, threadStackSize, threadId);
131 androidCreateRawThreadEtc(android_thread_func_t entryFunction, void *userData, const char* threadName, int32_t threadPriority, size_t threadStackSize, android_thread_id_t *threadId) argument
282 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.cpp1103 size_t threadStackSize,
1116 threadName, threadPriority, threadStackSize, threadId);
1098 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 62 milliseconds