Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.h77 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