Sweden-Number/dlls/ntdll/unix
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
..
cdrom.c
debug.c
env.c
file.c
loader.c makefiles: Don't append .fake extension to fake dlls. 2021-11-20 13:07:47 +01:00
loadorder.c
process.c
registry.c
security.c
serial.c
server.c
signal_arm.c
signal_arm64.c
signal_i386.c
signal_x86_64.c
socket.c
sync.c ntdll: Call usleep() instead of NtYieldExecution() in NtDelayExecution(). 2021-11-22 22:20:50 +01:00
system.c
tape.c
thread.c
unix_private.h ntdll: Reimplement SRW locks on top of Win32 futexes. 2021-11-18 11:09:25 +01:00
virtual.c ntdll: Fix handling of zero size with MEM_DECOMMIT. 2021-11-19 11:17:24 +01:00