11 Feb
2021
11 Feb
'21
3:37 p.m.
Module: wine Branch: master Commit: 304d811924d6bb48503ce13ee91eea07258345dd URL: https://source.winehq.org/git/wine.git/?a=commit;h=304d811924d6bb48503ce13ee... Author: Rémi Bernon <rbernon(a)codeweavers.com> Date: Thu Feb 11 10:53:48 2021 +0100 ntdll: Introduce new tp_object_execute helper. To execute a threadpool_object callbacks. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47843 Signed-off-by: Rémi Bernon <rbernon(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/threadpool.c | 303 +++++++++++++++++++++++++----------------------- 1 file changed, 160 insertions(+), 143 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=304d811924d6bb48503ce...