[PATCH 3/3] server: Use dedicated select op to wait for async object.

Jacek Caban jacek at codeweavers.com
Mon May 6 08:33:14 CDT 2019


Allows passing request result without accessing iosb.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
---

This is needed to support overlapped device file I/O. Those need to 
block, but possibly return STATUS_PENDING anyway, for which we can't use 
iosb as it's not set yet.

  dlls/ntdll/file.c   | 40 ++++++++++++++--------------------------
  server/async.c      |  5 +++++
  server/file.h       |  1 +
  server/protocol.def |  3 ++-
  server/thread.c     |  4 +++-
  5 files changed, 25 insertions(+), 28 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0003-server-Use-dedicated-select-op-to-wait-for-async-obje.diff
Type: text/x-patch
Size: 5396 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20190506/6fdb2f53/attachment-0001.bin>


More information about the wine-devel mailing list