HomeSort by relevance Sort by last modified time
    Searched refs:threadPriority (Results 1 - 8 of 8) sorted by null

  /frameworks/native/include/utils/
AndroidThreads.h 43 int32_t threadPriority,
55 int32_t threadPriority,
67 int32_t threadPriority,
110 int32_t threadPriority = PRIORITY_DEFAULT,
115 threadPriority, threadStackSize, threadId) ? true : false;
  /frameworks/base/include/android_runtime/
AndroidRuntime.h 134 int32_t threadPriority,
  /frameworks/native/libs/utils/
Threads.cpp 143 int32_t threadPriority,
152 if (threadPriority != PRIORITY_DEFAULT || threadName != NULL) {
161 t->priority = threadPriority;
181 "(android threadPriority=%d)",
182 entryFunction, result, errno, threadPriority);
275 int32_t threadPriority,
310 int32_t threadPriority,
315 threadPriority, threadStackSize, threadId);
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 116 threadPriority = Process.THREAD_PRIORITY_DEFAULT;
133 threadPriority = p;
136 Process.setThreadPriority(threadPriority);
142 int threadPriority;
    [all...]
  /frameworks/base/core/jni/
AndroidRuntime.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 165 milliseconds