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 ntdll: Avoid including wine/port.h. 2021-10-20 16:16:07 +02:00
debug.c ntdll: Avoid including wine/port.h. 2021-10-20 16:16:07 +02:00
env.c
file.c ntdll: Implement get_device_mount_point() on FreeBSD. 2021-11-03 21:06:48 +01:00
loader.c makefiles: Don't append .fake extension to fake dlls. 2021-11-20 13:07:47 +01:00
loadorder.c
process.c ntdll: Implement vm counters on FreeBSD. 2021-11-03 21:06:48 +01:00
registry.c
security.c
serial.c configure: Stop checking for poll.h and sys/poll.h - always use poll.h. 2021-10-31 17:56:54 +01:00
server.c ntdll: Create a remote thread in DbgUiIssueRemoteBreakin(). 2021-11-09 22:02:54 +01:00
signal_arm.c ntdll: Subtract an offset from pc if dispatch->ControlPcIsUnwound on arm. 2021-11-15 19:59:54 +01:00
signal_arm64.c ntdll: Don't blindly increment Sp by 8 in leaf functions on arm64. 2021-11-09 22:02:55 +01:00
signal_i386.c ntdll: Avoid including wine/port.h. 2021-10-20 16:16:07 +02:00
signal_x86_64.c ntdll: Avoid including wine/port.h. 2021-10-20 16:16:07 +02:00
socket.c
sync.c ntdll: Call usleep() instead of NtYieldExecution() in NtDelayExecution(). 2021-11-22 22:20:50 +01:00
system.c ntdll: Implement setting SYSTEM_PERFORMANCE_INFORMATION.IdleTime on FreeBSD. 2021-11-03 21:06:48 +01:00
tape.c ntdll: Avoid including wine/port.h. 2021-10-20 16:16:07 +02:00
thread.c ntdll: Avoid including wine/port.h. 2021-10-20 16:16:07 +02:00
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