Home
last modified time | relevance | path

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

/aosp14/system/core/libutils/include/utils/
H A 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;
/aosp14/system/core/libutils/
H A DThreads.cpp120 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()
/aosp14/frameworks/base/core/jni/include/android_runtime/
H A DAndroidRuntime.h149 int32_t threadPriority,
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGraphRunner.java575 public int threadPriority = Thread.NORM_PRIORITY; field in GraphRunner.Config
979 mRunThread.setPriority(config.threadPriority); in init()
/aosp14/frameworks/base/core/jni/
H A DAndroidRuntime.cpp1430 int32_t threadPriority, in javaCreateThreadEtc() argument
1444 threadName, threadPriority, threadStackSize, threadId); in javaCreateThreadEtc()