mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Send lock events.
This commit is contained in:
@@ -80,14 +80,23 @@ struct QueueLockAnnounce
|
||||
|
||||
struct QueueLockWait
|
||||
{
|
||||
uint64_t id; // ptr
|
||||
int64_t time;
|
||||
uint64_t thread;
|
||||
};
|
||||
|
||||
struct QueueLockObtain
|
||||
{
|
||||
uint64_t id; // ptr
|
||||
int64_t time;
|
||||
uint64_t thread;
|
||||
};
|
||||
|
||||
struct QueueLockRelease
|
||||
{
|
||||
uint64_t id; // ptr
|
||||
int64_t time;
|
||||
uint64_t thread;
|
||||
};
|
||||
|
||||
struct QueueHeader
|
||||
|
||||
Reference in New Issue
Block a user