On Fri Jan 24 19:38:58 2025 +0000, Paul Gofman wrote:
Detecting special case for NtDelayExecution based on select_op in server_select() is not particularly nice, maybe would be better to return yield status from server_wait() and handle everything in NtDelayExecution?
I mean. return in a new output parameter, not as the function return value of course.