Searched defs:threadPriority (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/utils/
H A DThreads.cpp110 int32_t threadPriority,
119 if (threadPriority != PRIORITY_DEFAULT || threadName != NULL) {
123 t->priority = threadPriority;
142 "(android threadPriority=%d)",
143 entryFunction, result, errno, threadPriority);
226 int32_t threadPriority,
261 int32_t threadPriority,
266 threadPriority, threadStackSize, threadId);
107 androidCreateRawThreadEtc(android_thread_func_t entryFunction, void *userData, const char* threadName, int32_t threadPriority, size_t threadStackSize, android_thread_id_t *threadId) argument
258 androidCreateThreadEtc(android_thread_func_t entryFunction, void *userData, const char* threadName, int32_t threadPriority, size_t threadStackSize, android_thread_id_t *threadId) argument
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp1110 int32_t threadPriority,
1124 threadName, threadPriority, threadStackSize, threadId);
1106 javaCreateThreadEtc( android_thread_func_t entryFunction, void* userData, const char* threadName, int32_t threadPriority, size_t threadStackSize, android_thread_id_t* threadId) argument

Completed in 485 milliseconds