Home
last modified time | relevance | path

Searched refs:GetThreadContextByTidLocked (Results 1 – 6 of 6) 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.h118 MemprofThreadContext *GetThreadContextByTidLocked(u32 tid);
H A Dmemprof_thread.cpp64 MemprofThreadContext *GetThreadContextByTidLocked(u32 tid) { in GetThreadContextByTidLocked() function
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.cpp35 tid == kInvalidTid ? nullptr : GetThreadContextByTidLocked(tid)) { in AsanThreadIdAndName()
54 : GetThreadContextByTidLocked(context->parent_tid); in DescribeThread()
411 DescribeThread(GetThreadContextByTidLocked(tid)); in Print()
418 AsanThreadContext *alloc_thread = GetThreadContextByTidLocked(alloc_tid); in Print()
424 free_thread = GetThreadContextByTidLocked(free_tid); in Print()
H A Dasan_thread.h199 AsanThreadContext *GetThreadContextByTidLocked(u32 tid);
H A Dasan_thread.cpp89 AsanThreadContext *GetThreadContextByTidLocked(u32 tid) { in GetThreadContextByTidLocked() function
431 AsanThreadContext *tctx = GetThreadContextByTidLocked(kMainTid); in GetCurrentThread()