Commit fd500d3d authored by Subv's avatar Subv
Browse files

Mutex: Do not assert when the mutex waiting threads list isn't empty on mutex release.

A thread may own multiple mutexes at the same time, and only release one of them while other threads are waiting for the other mutexes.
parent 1b5c02fc
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment