Home
last modified time | relevance | path

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

/art/runtime/
Dgc_root.h62 : type_(type), thread_id_(thread_id) { in type_()
71 return thread_id_; in GetThreadId()
74 os << "Type=" << type_ << " thread_id=" << thread_id_; in Describe()
80 const uint32_t thread_id_; variable