Searched refs:MemprofThread (Results 1 – 10 of 10) sorted by relevance
74 MemprofThread *MemprofThread::Create(thread_callback_t start_routine, void *arg, in Create()79 MemprofThread *thread = (MemprofThread *)MmapOrDie(size, __func__); in Create()89 void MemprofThread::TSDDtor(void *tsd) { in TSDDtor()96 void MemprofThread::Destroy() { in Destroy()108 inline MemprofThread::StackBounds MemprofThread::GetStackBounds() const { in GetStackBounds()118 uptr MemprofThread::stack_size() { in stack_size()138 MemprofThread::ThreadStart(tid_t os_id, in ThreadStart()157 MemprofThread *CreateMainThread() { in CreateMainThread()158 MemprofThread *main_thread = MemprofThread::Create( in CreateMainThread()191 MemprofThread *GetCurrentThread() { in GetCurrentThread()[all …]
30 class MemprofThread; variable42 MemprofThread *thread;48 MemprofThread *thread;57 class MemprofThread {59 static MemprofThread *Create(thread_callback_t start_routine, void *arg,127 MemprofThread *GetCurrentThread();128 void SetCurrentThread(MemprofThread *t);
37 MemprofThread *t = GetCurrentThread(); in SetThreadName()105 if (MemprofThread *t = GetCurrentThread()) { \153 MemprofThread *t = nullptr; in memprof_thread_start()154 while ((t = reinterpret_cast<MemprofThread *>( in memprof_thread_start()181 MemprofThread *t = MemprofThread::Create(start_routine, arg, current_tid, in INTERCEPTOR()
48 class MemprofThread; variable67 MemprofThread *CreateMainThread();
77 if (MemprofThread *t = tctx->thread) in MergeThreadStats()108 MemprofThread *t = GetCurrentThread(); in GetCurrentThreadStats()
24 inline void DescribeThread(MemprofThread *t) { in DescribeThread()
53 MemprofThread::TSDDtor(tsd); in PlatformTSDDtor()
40 MemprofThread *t = GetCurrentThread(); in UnwindImpl()
211 MemprofThread *main_thread = CreateMainThread(); in MemprofInitInternal()
553 MemprofThread *t = GetCurrentThread(); in Allocate()648 MemprofThread *t = GetCurrentThread(); in Deallocate()