1
0
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:
Bartosz Taudul
2017-12-10 21:49:45 +01:00
parent bc27bbde37
commit 782231b048
4 changed files with 133 additions and 1 deletions
+2 -1
View File
@@ -82,7 +82,8 @@ struct QueueZoneText
enum class LockType : uint8_t
{
Lockable
Lockable,
SharedLockable
};
struct QueueLockAnnounce