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()88 void MemprofThread::TSDDtor(void *tsd) { in TSDDtor()95 void MemprofThread::Destroy() { in Destroy()107 inline MemprofThread::StackBounds MemprofThread::GetStackBounds() const { in GetStackBounds()117 uptr MemprofThread::stack_size() { in stack_size()137 MemprofThread::ThreadStart(tid_t os_id, in ThreadStart()156 MemprofThread *CreateMainThread() { in CreateMainThread()157 MemprofThread *main_thread = MemprofThread::Create( in CreateMainThread()190 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()101 if (MemprofThread *t = GetCurrentThread()) { \149 MemprofThread *t = nullptr; in memprof_thread_start()150 while ((t = reinterpret_cast<MemprofThread *>( in memprof_thread_start()177 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()
203 MemprofThread *main_thread = CreateMainThread(); in MemprofInitInternal()
379 MemprofThread *t = GetCurrentThread(); in Allocate()472 MemprofThread *t = GetCurrentThread(); in Deallocate()