Searched defs:thread_ (Results 1 – 8 of 8) sorted by relevance
/art/runtime/ | ||
D | thread_pool.h | 76 Thread* thread_; variable |
D | stack.h | 303 Thread* const thread_; variable |
D | monitor_test.cc | 53 Thread* thread_; member in art::MonitorTest |
D | instrumentation.cc | 410 Thread* const thread_; in InstrumentationRestoreStack() member |
D | debugger.cc | 3733 Thread* thread_; member in art::ScopedDebuggerThreadSuspension |
/art/runtime/jdwp/ | ||
D | jdwp.h | 366 Thread* thread_; member |
/art/runtime/gc/space/ | ||
D | region_space.h | 465 Thread* thread_; // The owning thread if it's a tlab. variable |
/art/runtime/jit/ | ||
D | profile_saver.cc | 225 const pthread_t thread_; member in art::ScopedDefaultPriority |