mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-24 03:04:32 +00:00
With unlock -> notify order the thread can be preempted by other thread, for example one that wants to lock the very same lock. This would produce incorrect ordering of lock release and acquire events.