Lines Matching refs:ThreadContext
24 ThreadContext::ThreadContext(Tid tid) in ThreadContext() function in __tsan::ThreadContext
28 ThreadContext::~ThreadContext() { in ~ThreadContext()
32 void ThreadContext::OnReset() { in OnReset()
41 ThreadContext *tctx;
47 auto *tctx = static_cast<ThreadContext *>(tctx_base); in CollectThreadLeaks()
61 static void ReportIgnoresEnabled(ThreadContext *tctx, IgnoreSet *set) { in ReportIgnoresEnabled()
127 void ThreadContext::OnCreated(void *arg) { in OnCreated()
194 void ThreadContext::OnStarted(void *arg) { in OnStarted()
233 void ThreadContext::OnFinished() { in OnFinished()
297 void ThreadContext::OnJoined(void *arg) { in OnJoined()
303 void ThreadContext::OnDead() { CHECK_EQ(sync.size(), 0); } in OnDead()
311 void ThreadContext::OnDetached(void *arg) { in OnDetached()