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).