Lines Matching refs:MemprofThreadContext
27 void MemprofThreadContext::OnCreated(void *arg) { in OnCreated()
35 void MemprofThreadContext::OnFinished() { in OnFinished()
48 return new (allocator_for_thread_context) MemprofThreadContext(tid); in GetMemprofThreadContext()
67 MemprofThreadContext *GetThreadContextByTidLocked(u32 tid) { in GetThreadContextByTidLocked()
68 return static_cast<MemprofThreadContext *>( in GetThreadContextByTidLocked()
82 MemprofThreadContext::CreateThreadContextArgs args = {thread, stack}; in Create()
89 MemprofThreadContext *context = (MemprofThreadContext *)tsd; in TSDDtor()
191 MemprofThreadContext *context = in GetCurrentThread()
192 reinterpret_cast<MemprofThreadContext *>(TSDGet()); in GetCurrentThread()
214 MemprofThreadContext *context = in EnsureMainThreadIDIsCorrect()
215 reinterpret_cast<MemprofThreadContext *>(TSDGet()); in EnsureMainThreadIDIsCorrect()