Home | History | Annotate | Download | only in tsan

Lines Matching refs:UNLOCK

73 // Incremented on each Lock and Unlock. Used by LockHistory.
115 lock_->Unlock();
131 ts_lock->Unlock();
685 // between all Unlock/Lock pairs except RdUnlock/RdLock.
773 " w/o calling Unlock()\n", lock->ToString().c_str());
3826 // Report for bad unlock (UNLOCK_FOREIGN, UNLOCK_NONLOCKED).
3853 // mu.Unlock(); // (*)
3856 // mu.Unlock();
3875 // Record an Unlock event.
3883 // - An Unlock happened in `u`.
3884 // - Lock's era is greater than Unlock's era.
4102 // mu.Unlock();
4107 // mu.Unlock();
4112 // mu.Unlock();
4557 // reader unlock signals only to writer lock,
4558 // writer unlock signals to both.
5539 " dyld tries to unlock an invalid mutex when adding/removing image. \n"
6534 case UNLOCK : thr->HandleUnlock(e->a()); break;
6797 // the same symbol as pthread_spin_init. We need to handle unlock as init
6810 unlock it.
6829 // When destroying a lock, we must unlock it.
6830 // If there is a bug in a program when someone attempts to unlock
6833 // We do not unlock-on-destroy after main() has exited.