ntdll: Implement job objects. (try 3)

Andrew Cook ariscop at gmail.com
Fri Sep 6 22:19:20 CDT 2013


This will be my last submission for this piece of code, i want to work
on other things and it's been almost 2 weeks with zero comments on my
previous submission.

tests are in 98562, only difference between this and the previous patch
is job_signaled always returns false, it's supposedly a fault condition
and the behaviour required (timeouts) isn't implemented anyway.

---
 dlls/ntdll/sync.c   |  89 +++++++++++++++---
 include/winnt.h     |   5 +
 server/process.c    | 260
++++++++++++++++++++++++++++++++++++++++++++++++++++
 server/process.h    |   3 +
 server/protocol.def |  25 +++++
 5 files changed, 371 insertions(+), 11 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-ntdll-Implement-job-objects.txt
Type: text/x-patch
Size: 15450 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20130907/552e218e/attachment-0001.bin>


More information about the wine-patches mailing list