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

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cc216 static ThreadContext *FindThreadByUidLocked(int unique_id) { function in namespace:__tsan
261 AddThread(FindThreadByUidLocked(unique_tid), suppressable);
328 ThreadContext *tctx = FindThreadByUidLocked(creat_tid);

Completed in 454 milliseconds