Home
last modified time | relevance | path

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

/system/core/include/utils/
DAndroidThreads.h44 size_t threadStackSize,
56 size_t threadStackSize,
68 size_t threadStackSize,
111 size_t threadStackSize = 0,
115 threadPriority, threadStackSize, threadId) ? true : false;
/system/core/libutils/
DThreads.cpp130 size_t threadStackSize, in androidCreateRawThreadEtc() argument
156 if (threadStackSize) { in androidCreateRawThreadEtc()
157 pthread_attr_setstacksize(&attr, threadStackSize); in androidCreateRawThreadEtc()
297 size_t threadStackSize, in androidCreateThreadEtc() argument
301 threadPriority, threadStackSize, threadId); in androidCreateThreadEtc()