11 Jun
2019
11 Jun
'19
9:54 p.m.
Module: wine Branch: master Commit: e2411ebecb13b1005c4d0a528056c9b8a1719049 URL: https://source.winehq.org/git/wine.git/?a=commit;h=e2411ebecb13b1005c4d0a528... Author: Zebediah Figura <zfigura(a)codeweavers.com> Date: Mon Jun 10 11:07:53 2019 -0400 ntdll: Add a futex-based implementation of SRW locks. Signed-off-by: Zebediah Figura <zfigura(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/sync.c | 310 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 303 insertions(+), 7 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=e2411ebecb13b1005c4d0...