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