Searched refs:threadPriority (Results 1 – 2 of 2) sorted by relevance
/system/core/libutils/include/utils/ |
D | AndroidThreads.h | 43 int32_t threadPriority, 55 int32_t threadPriority, 67 int32_t threadPriority, 107 int32_t threadPriority = PRIORITY_DEFAULT, 112 threadPriority, threadStackSize, threadId) ? true : false;
|
/system/core/libutils/ |
D | Threads.cpp | 120 int32_t threadPriority, in androidCreateRawThreadEtc() argument 129 if (threadPriority != PRIORITY_DEFAULT || threadName != NULL) { in androidCreateRawThreadEtc() 138 t->priority = threadPriority; in androidCreateRawThreadEtc() 159 entryFunction, result, strerror(errno), threadPriority); in androidCreateRawThreadEtc() 285 int32_t threadPriority, in androidCreateThreadEtc() argument 290 threadPriority, threadStackSize, threadId); in androidCreateThreadEtc()
|