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

Definitions

projects/compiler-rt/lib/tsan/rtl/tsan_interceptors_posix.cpp
 1017 TSAN_INTERCEPTOR(int, pthread_join, void *th, void **ret) {
 1018   SCOPED_INTERCEPTOR_RAW(pthread_join, th, ret);