1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Shared lock state machine.

This commit is contained in:
Bartosz Taudul
2017-12-10 23:30:13 +01:00
parent b07718ab9e
commit 340506406e
2 changed files with 48 additions and 13 deletions
+1
View File
@@ -112,6 +112,7 @@ struct LockEvent
uint8_t lockingThread;
Type type;
uint8_t lockCount;
uint64_t waitShared;
uint64_t waitList;
uint64_t sharedList;
};