mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-30 01:04:36 +00:00
Drop bitfield usage.
This commit is contained in:
parent
5407676f1f
commit
48678b3bd7
@ -106,9 +106,9 @@ struct LockEvent
|
|||||||
int64_t time;
|
int64_t time;
|
||||||
int32_t srcloc;
|
int32_t srcloc;
|
||||||
uint64_t waitList;
|
uint64_t waitList;
|
||||||
uint16_t thread : 6;
|
uint8_t thread;
|
||||||
uint16_t lockingThread : 6;
|
uint8_t lockingThread;
|
||||||
uint16_t type : 2;
|
uint8_t type;
|
||||||
uint8_t lockCount;
|
uint8_t lockCount;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user