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
In the beginning of acquire function, an If self.held is true we are returning True which could introduce edge cases where for more than one process we will return True before we release the lock.
In the beginning of acquire function, an If self.held is true we are returning True which could introduce edge cases where for more than one process we will return True before we release the lock.