Searched refs:ThreadIgnoreEnd (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interface_ann.cpp | 381 ThreadIgnoreEnd(thr, pc); in AnnotateIgnoreReadsEnd() 391 ThreadIgnoreEnd(thr, pc); in AnnotateIgnoreWritesEnd() 488 ThreadIgnoreEnd(thr, pc); in __tsan_mutex_post_lock() 516 ThreadIgnoreEnd(thr, pc); in __tsan_mutex_post_unlock() 530 ThreadIgnoreEnd(thr, pc); in __tsan_mutex_post_signal() 538 ThreadIgnoreEnd(thr, pc); in __tsan_mutex_pre_divert()
|
| H A D | tsan_interface_inl.h | 116 ThreadIgnoreEnd(cur_thread(), CALLERPC); in __tsan_ignore_thread_end()
|
| H A D | tsan_interceptors_posix.cpp | 285 ThreadIgnoreEnd(thr_, pc_); in DisableIgnores() 452 ThreadIgnoreEnd(thr, pc); in setup_at_exit_wrapper() 478 ThreadIgnoreEnd(thr, pc); in TSAN_INTERCEPTOR() 963 ThreadIgnoreEnd(thr, 0); in __tsan_thread_start_func() 1016 ThreadIgnoreEnd(thr, pc); in TSAN_INTERCEPTOR() 1042 ThreadIgnoreEnd(thr, pc); in TSAN_INTERCEPTOR() 1077 ThreadIgnoreEnd(thr, pc); in TSAN_INTERCEPTOR() 1091 ThreadIgnoreEnd(thr, pc); in TSAN_INTERCEPTOR() 2151 ThreadIgnoreEnd(thr, pc); in TSAN_INTERCEPTOR()
|
| H A D | tsan_interceptors_mac.cpp | 368 ThreadIgnoreEnd(thr, pc); in GetOrCreateSyncAddress()
|
| H A D | tsan_rtl.h | 741 void ThreadIgnoreEnd(ThreadState *thr, uptr pc);
|
| H A D | tsan_rtl.cpp | 1083 void ThreadIgnoreEnd(ThreadState *thr, uptr pc) { in ThreadIgnoreEnd() function
|