ntoskrnl.exe: Reimplement KeSetTimerEx() on top of thread pool.
commit68a03b6393220a8f24f862da9db2369349042d50
authorPaul Gofman <pgofman@codeweavers.com>
Thu, 28 May 2020 09:15:16 +0000 (28 12:15 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 28 May 2020 18:18:32 +0000 (28 20:18 +0200)
treea403812e9f119eaff469ba9c29a7170df0581f7f
parentba98574207b8f85839587a880b97eecbe34bdd3c
ntoskrnl.exe: Reimplement KeSetTimerEx() on top of thread pool.

This is needed to call the DPC callbacks later as SetWaitableTimer()
will call the callback only when the thread is in alertable
wait state.

Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/ntoskrnl.exe/sync.c