Searched defs:ThreadTid (Results 1 - 2 of 2) sorted by relevance
/external/compiler-rt/lib/lsan/ | ||
H A D | lsan_thread.cc | 117 u32 ThreadTid(uptr uid) { function in namespace:__lsan |
/external/compiler-rt/lib/tsan/rtl/ | ||
H A D | tsan_rtl_thread.cc | 309 int ThreadTid(ThreadState *thr, uptr pc, uptr uid) { function in namespace:__tsan 311 DPrintf("#%d: ThreadTid uid=%zu tid=%d\n", thr->tid, uid, res); |
Completed in 56 milliseconds