HomeSort by relevance Sort by last modified time
    Searched full:thread_priority (Results 1 - 5 of 5) sorted by null

  /external/guava/guava-tests/test/com/google/common/util/concurrent/
ThreadFactoryBuilderTest.java 180 final int THREAD_PRIORITY = 1;
186 thread.setPriority(THREAD_PRIORITY);
197 assertEquals(THREAD_PRIORITY, thread.getPriority());
  /packages/apps/Camera2/src/com/android/camera/processing/
ProcessingService.java 75 private static final int THREAD_PRIORITY = Process.THREAD_PRIORITY_BACKGROUND;
193 android.os.Process.setThreadPriority(THREAD_PRIORITY);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_structs.h 117 GLuint thread_priority:1; member in struct:thread1
159 GLuint thread_priority:1; member in struct:brw_clip_unit_state::__anon16924
    [all...]
  /art/runtime/
thread.cc 581 jint thread_priority = GetNativePriority(); local
596 thread_group, thread_name.get(), thread_priority, thread_is_daemon);
613 InitPeer<true>(soa, thread_is_daemon, thread_group, thread_name.get(), thread_priority);
615 InitPeer<false>(soa, thread_is_daemon, thread_group, thread_name.get(), thread_priority);
627 jobject thread_name, jint thread_priority) {
635 SetInt<kTransactionActive>(tlsPtr_.opeer, thread_priority);
    [all...]
thread.h     [all...]

Completed in 531 milliseconds