Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/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.cpp91 AsanThreadContext *GetThreadContextByTidLocked(u32 tid) { in GetThreadContextByTidLocked() function
436 AsanThreadContext *tctx = GetThreadContextByTidLocked(kMainTid); in GetCurrentThread()