Home
last modified time | relevance | path

Searched refs:thread_id_ (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dgc_root.h50 : type_(type), thread_id_(thread_id) { in type_()
58 return thread_id_; in GetThreadId()
61 os << "Type=" << type_ << " thread_id=" << thread_id_; in Describe()
66 const uint32_t thread_id_; variable