From 85a8076d08d75cd939136dc01fde4a18aeb78e70 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sat, 3 Aug 2019 20:43:16 +0000 Subject: Spin less and more efficiently Signed-off-by: Jason A. Donenfeld --- undocumented.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'undocumented.h') diff --git a/undocumented.h b/undocumented.h index c904c7a..cf85823 100644 --- a/undocumented.h +++ b/undocumented.h @@ -37,3 +37,5 @@ ZwQuerySystemInformation( PVOID SystemInformation, ULONG SystemInformationLength, ULONG *ReturnLength); + +extern NTSTATUS ZwYieldExecution(VOID); -- cgit v1.2.3-59-g8ed1b