Home
last modified time | relevance | path

Searched refs:ThreadIgnoreSyncEnd (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/tsan/go/
Dtsan_go.cc271 ThreadIgnoreSyncEnd(thr, 0); in __tsan_go_ignore_sync_end()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_ann.cc406 ThreadIgnoreSyncEnd(thr, pc); in AnnotateIgnoreSyncEnd()
Dtsan_rtl.h703 void ThreadIgnoreSyncEnd(ThreadState *thr, uptr pc);
Dtsan_rtl.cc997 void ThreadIgnoreSyncEnd(ThreadState *thr, uptr pc) { in ThreadIgnoreSyncEnd() function