Home
last modified time | relevance | path

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

/frameworks/native/include/utils/
DAndroidThreads.h43 int32_t threadPriority,
55 int32_t threadPriority,
64 int32_t threadPriority,
107 int32_t threadPriority = PRIORITY_DEFAULT,
112 threadPriority, threadStackSize, threadId) ? true : false;
/frameworks/native/libs/utils/
DThreads.cpp139 int32_t threadPriority, in androidCreateRawThreadEtc() argument
148 if (threadPriority != PRIORITY_DEFAULT || threadName != NULL) { in androidCreateRawThreadEtc()
157 t->priority = threadPriority; in androidCreateRawThreadEtc()
178 entryFunction, result, errno, threadPriority); in androidCreateRawThreadEtc()
271 int32_t threadPriority, in androidCreateRawThreadEtc() argument
306 int32_t threadPriority, in androidCreateThreadEtc() argument
311 threadPriority, threadStackSize, threadId); in androidCreateThreadEtc()
/frameworks/base/include/android_runtime/
DAndroidRuntime.h134 int32_t threadPriority,
/frameworks/base/core/jni/
DAndroidRuntime.cpp1019 int32_t threadPriority, in javaCreateThreadEtc() argument
1033 threadName, threadPriority, threadStackSize, threadId); in javaCreateThreadEtc()