12 Apr
2023
12 Apr
'23
1:52 p.m.
On Tue Mar 28 16:29:48 2023 +0000, Torge Matthies wrote:
That means I'll have to find all the places where out ConcRT implementations block and add code before and after that mark the context as blocked / not blocked. Not impossible but takes a while, is this really needed? What is this function used for, and can its use-cases be satisfied with a different stub implementation? @piotr I added a commit that implements `_IsSynchronouslyBlocked` by marking the context as blocked wherever there is a blocking syscall that isn't expected to return quickly (as well as around some spinlocks if appropriate).
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/1979#note_29748