HomeSort by relevance Sort by last modified time
    Searched refs:FindThreadByUid (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/lsan/
lsan_thread.cc 109 static bool FindThreadByUid(ThreadContextBase *tctx, void *arg) {
118 return thread_registry->FindThread(FindThreadByUid, (void*)uid);
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc 285 static bool FindThreadByUid(ThreadContextBase *tctx, void *arg) {
295 int res = ctx->thread_registry->FindThread(FindThreadByUid, (void*)uid);

Completed in 833 milliseconds