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

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cc438 u32 CurrentStackId(ThreadState *thr, uptr pc) { function in namespace:__tsan
938 thr->mop_ignore_set.Add(CurrentStackId(thr, pc));
960 thr->sync_ignore_set.Add(CurrentStackId(thr, pc));

Completed in 73 milliseconds