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

  /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...]
  /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...]

Completed in 75 milliseconds