mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Shared lockable skeleton.
This commit is contained in:
@@ -82,7 +82,8 @@ struct QueueZoneText
|
||||
|
||||
enum class LockType : uint8_t
|
||||
{
|
||||
Lockable
|
||||
Lockable,
|
||||
SharedLockable
|
||||
};
|
||||
|
||||
struct QueueLockAnnounce
|
||||
|
||||
Reference in New Issue
Block a user