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
 1068   int tid = ThreadTid(thr, pc, (uptr)th);
 1068   int tid = ThreadTid(thr, pc, (uptr)th);
 1069   ThreadIgnoreBegin(thr, pc);
 1069   ThreadIgnoreBegin(thr, pc);
 1070   int res = BLOCK_REAL(pthread_timedjoin_np)(th, ret, abstime);
 1071   ThreadIgnoreEnd(thr, pc);
 1071   ThreadIgnoreEnd(thr, pc);
 1073     ThreadJoin(thr, pc, tid);
 1073     ThreadJoin(thr, pc, tid);
 1075     ThreadNotJoined(thr, pc, tid, (uptr)th);
 1075     ThreadNotJoined(thr, pc, tid, (uptr)th);