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:
@@ -112,6 +112,7 @@ struct LockEvent
|
||||
uint8_t lockingThread;
|
||||
Type type;
|
||||
uint8_t lockCount;
|
||||
uint64_t waitShared;
|
||||
uint64_t waitList;
|
||||
uint64_t sharedList;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user