Searched refs:context_ (Results 1 – 1 of 1) sorted by relevance
77 u32 tid() { return context_->tid; } in tid()78 MemprofThreadContext *context() { return context_; } in context()79 void set_context(MemprofThreadContext *context) { context_ = context; } in set_context()104 MemprofThreadContext *context_; variable