ntdll: Implement NtQueryInformationThread(ThreadTimes) using procfs.
commit847b93c7400f82225057e8b71938eb8ccd5d23be
authorSebastian Lackner <sebastian@fds-team.de>
Mon, 29 Jun 2020 01:43:17 +0000 (28 20:43 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 29 Jun 2020 17:51:46 +0000 (29 19:51 +0200)
tree8ac8f7377dbbd68b454c0ce70e2fe30e95894ee9
parent045455bfe452e180bab85ea2df8d97af07f1322f
ntdll: Implement NtQueryInformationThread(ThreadTimes) using procfs.

Based on a patch by Ray Hinchliffe <ray@pobox.co.uk>.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=20230
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/ntdll/unix/thread.c
include/wine/server_protocol.h
server/protocol.def
server/request.h
server/thread.c
server/trace.c