Michael Müller : kernel32: Implement Set/ GetThreadGroupAffinity and add tests.
Module: wine Branch: master Commit: 9d58aac467c718ea45864a1634372b975c17542e URL: http://source.winehq.org/git/wine.git/?a=commit;h=9d58aac467c718ea45864a1634... Author: Michael Müller <michael(a)fds-team.de> Date: Wed Sep 23 22:51:23 2015 +0200 kernel32: Implement Set/GetThreadGroupAffinity and add tests. Signed-off-by: Michael Müller <michael(a)fds-team.de> Signed-off-by: Sebastian Lackner <sebastian(a)fds-team.de> --- dlls/kernel32/kernel32.spec | 4 +- dlls/kernel32/tests/thread.c | 142 ++++++++++++++++++++++++++++++++----------- dlls/kernel32/thread.c | 46 ++++++++++++++ 3 files changed, 156 insertions(+), 36 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=9d58aac467c718ea45864a...
participants (1)
-
Alexandre Julliard