Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DAndroidThreads.h43 int32_t threadPriority,
55 int32_t threadPriority,
67 int32_t threadPriority,
109 int32_t threadPriority = PRIORITY_DEFAULT,
114 threadPriority, threadStackSize, threadId) ? true : false;
/system/core/libutils/
DThreads.cpp126 int32_t threadPriority, in androidCreateRawThreadEtc() argument
135 if (threadPriority != PRIORITY_DEFAULT || threadName != NULL) { in androidCreateRawThreadEtc()
144 t->priority = threadPriority; in androidCreateRawThreadEtc()
165 entryFunction, result, strerror(errno), threadPriority); in androidCreateRawThreadEtc()
291 int32_t threadPriority, in androidCreateThreadEtc() argument
296 threadPriority, threadStackSize, threadId); in androidCreateThreadEtc()