Sweden-Number/dlls/ntdll
Matteo Bruni e86b4015ff ntdll: Call usleep() instead of NtYieldExecution() in NtDelayExecution().
This implements the general fix from
b1a79c6b9c (in particular, making sure
that Sleep(0) will not immediately resume execution of the thread if
there are no other runnable threads) while preserving the existing
behavior of NtYieldExecution() / SwitchToThread(). Thanks Rémi for the
idea.

Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-11-22 22:20:50 +01:00
..
tests ntdll/tests: Fix a test failure on older Windows versions. 2021-11-22 22:20:50 +01:00
unix ntdll: Call usleep() instead of NtYieldExecution() in NtDelayExecution(). 2021-11-22 22:20:50 +01:00
Makefile.in
actctx.c ntdll: Return correct status when manifest could not be loaded from file. 2021-11-12 22:42:51 +01:00
atom.c
crypt.c
debugbuffer.c
env.c
error.c
error.h
exception.c
handletable.c
heap.c
large_int.c
loader.c makefiles: Don't append .fake extension to fake dlls. 2021-11-20 13:07:47 +01:00
locale.c
make_errors
math.c
misc.c
ntdll.spec ntdll: Implement NtAlertThreadByThreadId and NtWaitForAlertByThreadId. 2021-11-17 16:36:01 +01:00
ntdll_misc.h
path.c
printf.c
printf.h
process.c ntdll: Create a remote thread in DbgUiIssueRemoteBreakin(). 2021-11-09 22:02:54 +01:00
reg.c
relay.c
resource.c
rtl.c
rtlbitmap.c
rtlstr.c
sec.c
signal_arm.c ntdll: Implement __C_specific_handler and __jump_unwind for arm. 2021-11-09 22:02:56 +01:00
signal_arm64.c
signal_i386.c
signal_x86_64.c
string.c
sync.c ntdll: Reimplement SRW locks on top of Win32 futexes. 2021-11-18 11:09:25 +01:00
thread.c
threadpool.c
time.c
unixlib.h ntdll: Reimplement SRW locks on top of Win32 futexes. 2021-11-18 11:09:25 +01:00
version.c
version.rc
wcstring.c