wine-wine/dlls/ntdll
Sebastian Lackner 0021569778 ntdll: Try to merge threadpool wait queue buckets if possible.
When the number of elements per bucket is too small, then try to reduce
the number of threads by merging buckets. This is to ensure that the
number of running wait queue threads doesn't get too big.
2015-07-06 14:49:39 +09:00
..
tests ntdll/tests: Add threadpool wait tests with more than 63 objects. 2015-07-06 14:49:39 +09:00
Makefile.in
actctx.c
atom.c
cdrom.c ntdll: Fix IOCTL_DVD_READ_STRUCTURE expected output size. 2015-06-15 14:50:19 +09:00
critsection.c
debugbuffer.c
debugtools.c
directory.c ntdll: Fix the "not found" status set by read_directory_stat() and read_directory_getattrlist() for when restart_scan is set. 2015-06-12 21:22:42 +09:00
env.c
error.c
exception.c
file.c ntdll: Add support for file I/O on device files. 2015-05-21 17:38:04 +09:00
handletable.c
heap.c
large_int.c
loader.c ntdll: Do not omit mandatory argument for VirtualProtect. 2015-05-04 20:07:58 +09:00
loadorder.c
misc.c ntdll: Add stub for WinSqmIsOptedIn. 2015-04-22 14:02:21 +09:00
nt.c ntdll: Add ARMv8 detection for ARM32. 2015-05-22 14:10:29 +09:00
ntdll.spec ntdll: Implement TpSetWait and TpWaitForWait. 2015-07-06 14:49:39 +09:00
ntdll_misc.h ntdll: Correctly document the offset of ntdll_thread_data. 2015-04-21 14:30:45 +09:00
om.c ntdll: Implemenent ObjectTypeInformation class support in NtQueryObject. 2015-06-05 14:32:01 +09:00
path.c
printf.c
process.c ntdll: Enable wow64 on ARM64. 2015-05-08 14:54:47 +09:00
reg.c
relay.c ntdll: Avoid movs between rcx, rdx and xmm registers. 2015-05-06 20:44:58 +09:00
resource.c
rtl.c kernel32: Export RtlCopyMemory(). 2015-06-19 19:10:45 +09:00
rtlbitmap.c
rtlstr.c
sec.c ntdll: Add stub for NtImpersonateAnonymousToken. 2015-05-21 13:57:05 +09:00
serial.c
server.c ntdll: Enable wow64 on ARM64. 2015-05-08 14:54:47 +09:00
signal_arm.c ntdll: Set TPIDRURW inline on ARM. 2015-06-17 18:19:55 +09:00
signal_arm64.c ntdll: Set platform register x18 to TEB on ARM64. 2015-06-17 18:19:55 +09:00
signal_i386.c
signal_powerpc.c
signal_x86_64.c ntdll: Add partial support for version 3 of DWARF CIEs which are generated by Clang/LLVM. 2015-06-05 18:40:39 +09:00
string.c
sync.c server: Implement TerminateJobObject. 2015-04-07 23:15:47 +09:00
tape.c ntdll: Silence warning about TAPE_GetStatus when sys/mtio.h is not available. 2015-06-30 14:42:13 +09:00
thread.c
threadpool.c ntdll: Try to merge threadpool wait queue buckets if possible. 2015-07-06 14:49:39 +09:00
time.c kernel32: Implement GetDynamicTimeZoneInformation(). 2015-05-11 15:39:24 +09:00
version.c
version.rc
virtual.c ntdll: Implement support for AT_ROUND_TO_PAGE flag in NtMapViewOfSection. 2015-06-26 20:35:05 +09:00
wcstring.c