Home
last modified time | relevance | path

Searched refs:GetThreadContextByTidLocked (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_descriptions.cpp31 MemprofThreadContext *t = GetThreadContextByTidLocked(tid); in MemprofThreadIdAndName()
65 GetThreadContextByTidLocked(context->parent_tid); in DescribeThread()
H A Dmemprof_thread.h124 MemprofThreadContext *GetThreadContextByTidLocked(u32 tid);
H A Dmemprof_thread.cpp67 MemprofThreadContext *GetThreadContextByTidLocked(u32 tid) { in GetThreadContextByTidLocked() function
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_descriptions.cpp31 AsanThreadContext *t = GetThreadContextByTidLocked(tid); in AsanThreadIdAndName()
65 GetThreadContextByTidLocked(context->parent_tid); in DescribeThread()
409 DescribeThread(GetThreadContextByTidLocked(tid)); in Print()
416 AsanThreadContext *alloc_thread = GetThreadContextByTidLocked(alloc_tid); in Print()
422 free_thread = GetThreadContextByTidLocked(free_tid); in Print()
H A Dasan_thread.h176 AsanThreadContext *GetThreadContextByTidLocked(u32 tid);
H A Dasan_thread.cpp70 AsanThreadContext *GetThreadContextByTidLocked(u32 tid) { in GetThreadContextByTidLocked() function
430 AsanThreadContext *tctx = GetThreadContextByTidLocked(kMainTid); in GetCurrentThread()