Searched refs:threadStackSize (Results 1 – 2 of 2) sorted by relevance
/system/core/libutils/include/utils/ |
D | AndroidThreads.h | 44 size_t threadStackSize, 56 size_t threadStackSize, 68 size_t threadStackSize, 108 size_t threadStackSize = 0, 112 threadPriority, threadStackSize, threadId) ? true : false;
|
/system/core/libutils/ |
D | Threads.cpp | 121 size_t threadStackSize, in androidCreateRawThreadEtc() argument 147 if (threadStackSize) { in androidCreateRawThreadEtc() 148 pthread_attr_setstacksize(&attr, threadStackSize); in androidCreateRawThreadEtc() 286 size_t threadStackSize, in androidCreateThreadEtc() argument 290 threadPriority, threadStackSize, threadId); in androidCreateThreadEtc()
|