Home | History | Annotate | Download | only in lsan

Lines Matching refs:ThreadContext

31   void *mem = MmapOrDie(sizeof(ThreadContext), "ThreadContext");
32 return new(mem) ThreadContext(tid);
52 ThreadContext::ThreadContext(int tid)
69 void ThreadContext::OnStarted(void *arg) {
80 void ThreadContext::OnFinished() {
107 ThreadContext *CurrentThreadContext() {
112 return (ThreadContext *)thread_registry->GetThreadLocked(GetCurrentThread());
142 ThreadContext *context = static_cast<ThreadContext *>(