Home | Sort by relevance Sort by last modified time |
/external/guava/guava-tests/test/com/google/common/util/concurrent/ | |
ThreadFactoryBuilderTest.java | 171 final int THREAD_PRIORITY = 1; 177 thread.setPriority(THREAD_PRIORITY); 188 assertEquals(THREAD_PRIORITY, thread.getPriority()); |
/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::__anon15911 [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::__anon26378 [all...] |
/art/runtime/ | |
thread.cc | 365 jint thread_priority = GetNativePriority(); local 380 thread_group, thread_name.get(), thread_priority, thread_is_daemon); 402 SetInt(opeer_, thread_priority); [all...] |