reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
62 void MutexBeforeUnlock(Thread *thr, uptr m, bool writelock);
66 MutexBeforeUnlock(thr, (uptr)m, true); 95 MutexBeforeUnlock(thr, (uptr)m, true); 157 MutexBeforeUnlock(thr, (uptr)m, true); // note: not necessary write unlock 185 MutexBeforeUnlock(thr, (uptr)m, true); 196 MutexBeforeUnlock(thr, (uptr)m, true); 256 MutexBeforeUnlock(thr, m, writelock);