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

/frameworks/base/libs/utils/
H A DThreads.cpp111 size_t threadStackSize,
132 if (threadStackSize) {
133 pthread_attr_setstacksize(&attr, threadStackSize);
227 size_t threadStackSize,
262 size_t threadStackSize,
266 threadPriority, threadStackSize, threadId);
107 androidCreateRawThreadEtc(android_thread_func_t entryFunction, void *userData, const char* threadName, int32_t threadPriority, size_t threadStackSize, android_thread_id_t *threadId) argument
258 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.cpp1111 size_t threadStackSize,
1124 threadName, threadPriority, threadStackSize, threadId);
1106 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 98 milliseconds