Searched refs:context_ (Results 1 – 2 of 2) 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
92 u32 tid() { return context_->tid; } in tid()93 AsanThreadContext *context() { return context_; } in context()94 void set_context(AsanThreadContext *context) { context_ = context; } in set_context()172 AsanThreadContext *context_; variable