Sweden-Number/dlls/ntdll/unix
Alexandre Julliard d7ef680e95 ntdll: Use a pthread mutex for the drive info section.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-07-13 21:22:14 +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: Use char pointers instead of ANSI/UNICODE_STRING in unix_to_nt_file_name(). 2020-07-09 13:04:05 +02:00
file.c ntdll: Use a pthread mutex for the drive info section. 2020-07-13 21:22:14 +02:00
loader.c ntdll: Add a helper function to open a file from its Unix path. 2020-07-10 07:56:02 +02:00
process.c ntdll: Avoid using RtlDosPathNameToNtPathName_U() in the Unix library. 2020-07-10 07:58:14 +02:00
serial.c ntdll: Avoid using RtlQueueWorkItem() in the Unix library. 2020-07-10 13:19:27 +02:00
server.c ntdll: Return the TEB pointer in NtCreateThreadEx(). 2020-07-13 21:22:13 +02:00
signal_arm.c ntdll: Fix KiUserExceptionDispatcher ABI on x86. 2020-07-07 13:07:23 +02:00
signal_arm64.c ntdll: Fix KiUserExceptionDispatcher ABI on x86. 2020-07-07 13:07:23 +02:00
signal_i386.c ntdll: Fixup instruction pointer for EXCEPTION_BREAKPOINT in the Unix part on x86/x86_64. 2020-07-09 19:41:40 +02:00
signal_x86_64.c ntdll: Fix stack adjustment condition in call_user_exception_dispatcher on x86_64. 2020-07-09 19:41:40 +02:00
sync.c ntdll: Use malloc() to allocate the object attributes buffer. 2020-07-03 12:04:02 +02:00
system.c ntdll: Use a pthread mutex for the timezone section. 2020-07-13 21:22:13 +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: Move the activation context initialization out of NtCreateThreadEx(). 2020-07-13 21:22:13 +02:00
unix_private.h ntdll: Add a helper function to retrieve the NT headers of the main exe. 2020-07-10 07:56:18 +02:00
virtual.c ntdll: Avoid using RtlInitUnicodeString() in the Unix library. 2020-07-10 07:57:59 +02:00