reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
 2058   SCOPED_TSAN_INTERCEPTOR(pthread_kill, tid, sig);
 2062   if (tid == pthread_self()) {
 2065   int res = REAL(pthread_kill)(tid, sig);
 2066   if (tid == pthread_self()) {