Searched defs:thread_ (Results 1 – 9 of 9) sorted by relevance
/art/runtime/metrics/ | ||
D | reporter.h | 174 std::optional<std::thread> thread_; variable |
/art/runtime/ | ||
D | thread_pool.h | 104 Thread* thread_; variable |
D | stack.h | 387 Thread* const thread_; variable |
D | monitor_test.cc | 56 Thread* thread_; member in art::MonitorTest |
D | instrumentation.cc | 674 Thread* const thread_; in InstrumentationRestoreStack() member |
D | class_linker.cc | 2972 #define RETURN_IF_UNRECOGNIZED_OR_FOUND_OR_EXCEPTION(call_, result_, thread_) \ argument |
/art/runtime/gc/space/ | ||
D | region_space.h | 628 Thread* thread_; // The owning thread if it's a tlab. variable |
/art/runtime/jit/ | ||
D | profile_saver.cc | 327 const pthread_t thread_; member in art::ProfileSaver::ScopedDefaultPriority |
/art/runtime/gc/collector/ | ||
D | concurrent_copying.cc | 3199 Thread* const thread_; member in art::gc::collector::ConcurrentCopying::RefFieldsVisitor |