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

/frameworks/base/core/jni/
H A DAndroidRuntime.cpp1019 int32_t threadPriority,
1033 threadName, threadPriority, threadStackSize, threadId);
1015 javaCreateThreadEtc( android_thread_func_t entryFunction, void* userData, const char* threadName, int32_t threadPriority, size_t threadStackSize, android_thread_id_t* threadId) argument
/frameworks/native/libs/utils/
H A DThreads.cpp139 int32_t threadPriority,
148 if (threadPriority != PRIORITY_DEFAULT || threadName != NULL) {
157 t->priority = threadPriority;
177 "(android threadPriority=%d)",
178 entryFunction, result, errno, threadPriority);
271 int32_t threadPriority,
306 int32_t threadPriority,
311 threadPriority, threadStackSize, threadId);
136 androidCreateRawThreadEtc(android_thread_func_t entryFunction, void *userData, const char* threadName, int32_t threadPriority, size_t threadStackSize, android_thread_id_t *threadId) argument
303 androidCreateThreadEtc(android_thread_func_t entryFunction, void *userData, const char* threadName, int32_t threadPriority, size_t threadStackSize, android_thread_id_t *threadId) argument

Completed in 106 milliseconds