Searched refs:threadPriority (Results 1 – 5 of 5) sorted by relevance
/aosp14/system/core/libutils/include/utils/ |
H A D | AndroidThreads.h | 43 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 D | Threads.cpp | 120 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 D | AndroidRuntime.h | 149 int32_t threadPriority,
|
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | GraphRunner.java | 575 public int threadPriority = Thread.NORM_PRIORITY; field in GraphRunner.Config 979 mRunThread.setPriority(config.threadPriority); in init()
|
/aosp14/frameworks/base/core/jni/ |
H A D | AndroidRuntime.cpp | 1430 int32_t threadPriority, in javaCreateThreadEtc() argument 1444 threadName, threadPriority, threadStackSize, threadId); in javaCreateThreadEtc()
|