Sweden-Number/dlls/ntdll/unix
Matteo Bruni b37371bf20 ntdll: Don't read current CPU frequency on Linux.
On the Linux boxes I tested, reading scaling_cur_freq usually takes
about 12 ms per core.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47128
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-07-24 18:26:18 +02:00
..
cdrom.c ntdll: Use a pthread mutex for the CD-ROM cache section. 2020-07-13 21:22:13 +02:00
debug.c ntdll: Consolidate some of the init routines into the init_threading() entry point. 2020-06-04 22:36:38 +02:00
env.c ntdll: Move the locale system calls to the Unix library. 2020-07-20 20:14:41 +02:00
file.c ntdll: Store the filesystem redirection flag in the 64-bit TEB. 2020-07-24 18:26:18 +02:00
loader.c ntdll: Call virtual_set_large_address_space() directly from the Unix side. 2020-07-22 14:38:40 +02:00
process.c ntdll: Store the filesystem redirection flag in the 64-bit TEB. 2020-07-24 18:26:18 +02:00
registry.c ntdll: Move the registry system calls to the Unix library. 2020-07-17 23:16:51 +02:00
security.c ntdll: Move the security system calls to the Unix library. 2020-07-20 20:14:18 +02:00
serial.c ntdll: Avoid using RtlQueueWorkItem() in the Unix library. 2020-07-10 13:19:27 +02:00
server.c ntdll: Store the filesystem redirection flag in the 64-bit TEB. 2020-07-24 18:26:18 +02:00
signal_arm.c ntdll: Update the TEB and PEB structures for newer Windows versions. 2020-07-23 23:21:08 +02:00
signal_arm64.c ntdll: Update the TEB and PEB structures for newer Windows versions. 2020-07-23 23:21:08 +02:00
signal_i386.c ntdll: Allocate 64-bit TEB and PEB in WoW64 mode. 2020-07-24 18:26:18 +02:00
signal_x86_64.c ntdll: Update the TEB and PEB structures for newer Windows versions. 2020-07-23 23:21:08 +02:00
sync.c ntdll: Use a syscall thunk for NtQueryPerformanceCounter(). 2020-07-21 18:30:08 +02:00
system.c ntdll: Don't read current CPU frequency on Linux. 2020-07-24 18:26:18 +02:00
tape.c ntdll: Move the device I/O control functions to the Unix library. 2020-06-16 18:36:30 +02:00
thread.c ntdll: Store the thread startup info in the ntdll_thread_data structure. 2020-07-24 18:26:18 +02:00
unix_private.h ntdll: Store the filesystem redirection flag in the 64-bit TEB. 2020-07-24 18:26:18 +02:00
virtual.c ntdll: Allocate 64-bit TEB and PEB in WoW64 mode. 2020-07-24 18:26:18 +02:00