Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_thread.cpp71 static bool FindThreadByUid(ThreadContextBase *tctx, void *arg) { in FindThreadByUid() function
80 return thread_registry->FindThread(FindThreadByUid, (void *)uid); in ThreadTid()