Sweden-Number/dlls/ntdll/unix
Alexandre Julliard ca45eda758 ntdll: Add a helper function to push the exception data to the thread stack.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-07-15 10:30:45 +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 malloc() to allocate the buffer in unix_to_nt_file_name(). 2020-07-14 10:32:04 +02:00
file.c ntdll: Use malloc() to allocate temporary filename buffers. 2020-07-14 10:33:47 +02:00
loader.c ntdll: Use malloc() to allocate the buffer in nt_to_unix_file_name() and related helpers. 2020-07-14 10:32:31 +02:00
process.c ntdll: Use malloc() to allocate temporary process data. 2020-07-14 10:33:57 +02:00
serial.c ntdll: Avoid using RtlQueueWorkItem() in the Unix library. 2020-07-10 13:19:27 +02:00
server.c ntdll: Initialize the thread signal stack in the common code. 2020-07-15 10:23:00 +02:00
signal_arm.c ntdll: Add a helper function to push the exception data to the thread stack. 2020-07-15 10:30:45 +02:00
signal_arm64.c ntdll: Add a helper function to push the exception data to the thread stack. 2020-07-15 10:30:45 +02:00
signal_i386.c ntdll: Add a helper function to push the exception data to the thread stack. 2020-07-15 10:30:45 +02:00
signal_x86_64.c ntdll: Add a helper function to push the exception data to the thread stack. 2020-07-15 10:30:45 +02:00
sync.c ntdll: Use a pthread mutex for the wait on address section. 2020-07-13 21:22:14 +02:00
system.c ntdll: Use malloc() to allocate temporary system information. 2020-07-14 10:35:27 +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 push the exception data to the thread stack. 2020-07-15 10:30:45 +02:00
virtual.c ntdll: Add a helper function to push the exception data to the thread stack. 2020-07-15 10:30:45 +02:00