Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cpp229 static ThreadContext *FindThreadByUidLocked(int unique_id) { in FindThreadByUidLocked() function
269 if (const ThreadContext *tctx = FindThreadByUidLocked(unique_tid)) in AddThread()
334 ThreadContext *tctx = FindThreadByUidLocked(creat_tid); in AddLocation()