-
- Downloads
mutex: fix race during locking
If we failed the initial trylock, that does not mean the mutex is locked, as it could have been unlocked right before we grabbed the wait list lock. Retry with the wait list lock held, as the unlock path must grab it before unlocking.
Please register or sign in to comment