Home
last modified time | relevance | path

Searched refs:ThreadIgnoreBegin (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc269 ThreadIgnoreBegin(thr_, pc_); in ScopedInterceptor()
271 if (flags()->ignore_interceptors_accesses) ThreadIgnoreBegin(thr_, pc_); in ScopedInterceptor()
300 ThreadIgnoreBegin(thr_, pc_); in UserCallbackEnd()
302 if (flags()->ignore_interceptors_accesses) ThreadIgnoreBegin(thr_, pc_); in UserCallbackEnd()
415 ThreadIgnoreBegin(thr, pc); in setup_at_exit_wrapper()
441 ThreadIgnoreBegin(thr, pc); in TSAN_INTERCEPTOR()
877 ThreadIgnoreBegin(thr, 0); in __tsan_thread_start_func()
931 ThreadIgnoreBegin(thr, pc); in TSAN_INTERCEPTOR()
958 ThreadIgnoreBegin(thr, pc); in TSAN_INTERCEPTOR()
2022 ThreadIgnoreBegin(thr, pc); in TSAN_INTERCEPTOR()
Dtsan_interface_ann.cc381 ThreadIgnoreBegin(thr, pc); in AnnotateIgnoreReadsBegin()
391 ThreadIgnoreBegin(thr, pc); in AnnotateIgnoreWritesBegin()
Dtsan_rtl.cc464 ThreadIgnoreBegin(thr, pc); in ForkChildAfter()
964 void ThreadIgnoreBegin(ThreadState *thr, uptr pc) { in ThreadIgnoreBegin() function
Dtsan_rtl_thread.cc271 ThreadIgnoreBegin(thr, 0); in ThreadStart()
Dtsan_rtl.h700 void ThreadIgnoreBegin(ThreadState *thr, uptr pc);