Home
last modified time | relevance | path

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

/system/core/include/utils/
DAndroidThreads.h43 int32_t threadPriority,
55 int32_t threadPriority,
67 int32_t threadPriority,
110 int32_t threadPriority = PRIORITY_DEFAULT,
115 threadPriority, threadStackSize, threadId) ? true : false;
/system/core/libutils/
DThreads.cpp129 int32_t threadPriority, in androidCreateRawThreadEtc() argument
138 if (threadPriority != PRIORITY_DEFAULT || threadName != NULL) { in androidCreateRawThreadEtc()
147 t->priority = threadPriority; in androidCreateRawThreadEtc()
168 entryFunction, result, errno, threadPriority); in androidCreateRawThreadEtc()
296 int32_t threadPriority, in androidCreateThreadEtc() argument
301 threadPriority, threadStackSize, threadId); in androidCreateThreadEtc()