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
bool isLocked was been not enough for recursive mutex.
We need to use integer, so one Leave() would not make
isLocked() == false, if there was previous unpaired Enter() call.
0 commit comments