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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cpp218 static ThreadContext *FindThreadByUidLocked(int unique_id) { function in namespace:__tsan
258 if (const ThreadContext *tctx = FindThreadByUidLocked(unique_tid))
323 ThreadContext *tctx = FindThreadByUidLocked(creat_tid);

Completed in 59 milliseconds