You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent undue acquisition of the semaphore. This makes the
"sync: inconsistent mutex state" panic not happen.
Implement the lifo parameter in runtime_SemacquireMutex (not
required to fix panic, but improves the mutex fairness).
TestMutexFairness is now passing.
Fixes#736.
0 commit comments