6 Nov
2023
6 Nov
'23
5:53 p.m.
On Mon Nov 6 17:42:10 2023 +0000, Yuxuan Shui wrote:
All other solutions I can think of involve changing the design of SRWLOCK. Or... We can use the lowest bit of `exclusive_waiters` to indicate if lock is exclusively held. This feels really unnatural because we would be storing redundant information. But if you are fine with it...
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/4310#note_51122