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

  /art/runtime/
thread.cc 436 jint thread_priority = GetNativePriority(); local
451 thread_group, thread_name.get(), thread_priority, thread_is_daemon);
468 InitPeer<true>(soa, thread_is_daemon, thread_group, thread_name.get(), thread_priority);
470 InitPeer<false>(soa, thread_is_daemon, thread_group, thread_name.get(), thread_priority);
482 jobject thread_name, jint thread_priority) {
490 SetInt<kTransactionActive>(tlsPtr_.opeer, thread_priority);
    [all...]
thread.h 866 jobject thread_name, jint thread_priority)
    [all...]
  /external/chromium_org/third_party/mesa/src/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::__anon18984
    [all...]
  /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::__anon11468
    [all...]

Completed in 143 milliseconds