reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1019 int tid = ThreadTid(thr, pc, (uptr)th); 1019 int tid = ThreadTid(thr, pc, (uptr)th); 1020 ThreadIgnoreBegin(thr, pc); 1020 ThreadIgnoreBegin(thr, pc); 1021 int res = BLOCK_REAL(pthread_join)(th, ret); 1022 ThreadIgnoreEnd(thr, pc); 1022 ThreadIgnoreEnd(thr, pc); 1024 ThreadJoin(thr, pc, tid); 1024 ThreadJoin(thr, pc, tid);