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,
107 int32_t threadPriority = PRIORITY_DEFAULT,
112 threadPriority, threadStackSize, threadId) ? true : false;
/system/core/libutils/
DThreads.cpp127 int32_t threadPriority, in androidCreateRawThreadEtc() argument
136 if (threadPriority != PRIORITY_DEFAULT || threadName != NULL) { in androidCreateRawThreadEtc()
145 t->priority = threadPriority; in androidCreateRawThreadEtc()
166 entryFunction, result, strerror(errno), threadPriority); in androidCreateRawThreadEtc()
292 int32_t threadPriority, in androidCreateThreadEtc() argument
297 threadPriority, threadStackSize, threadId); in androidCreateThreadEtc()