mirror of https://github.com/jetkvm/kvm.git
Switched the maps to be indexed by the .Pointer (not a string) Grouped the lockCount, unlockCount ,and lastLock in an trackingEntry so we can detect unlocks of something that wasn't ever locked and excessive unlocks and also tracks the first time locked and the last unlock time. Added LogDangledLocks for debugging use. Added a panic handler to the Main so we can log out panics |
||
|---|---|---|
| .. | ||
| log.go | ||
| mutex.go | ||
| once.go | ||
| release.go | ||
| waitgroup.go | ||