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

/external/compiler-rt/lib/lsan/
H A Dlsan_thread.cc115 static bool FindThreadByUid(ThreadContextBase *tctx, void *arg) { function in namespace:__lsan
124 return thread_registry->FindThread(FindThreadByUid, (void*)uid);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cc288 static bool FindThreadByUid(ThreadContextBase *tctx, void *arg) { function in namespace:__tsan
298 int res = ctx->thread_registry->FindThread(FindThreadByUid, (void*)uid);

Completed in 137 milliseconds