wine-wine/scheduler
Eric Pouech c962a6997c - in kernel32, replaced all {Enter|Leave}CriticalSection calls with
ntdll counterparts
- {Enter|Leave}CriticalSection is now a pure forward from kernel32 to
  ntdll (we now longer can use {Enter|Leave}CriticalSection in kernel32)
- replaced a few kernel32 heap management calls from ntdll, with
  RtlHeap* equivalents
2003-06-23 18:12:28 +00:00
..
client.c 'sizeof type' is best avoided as it won't always compile (e.g. 'int 2003-06-18 19:45:22 +00:00
critsection.c Remove errno.h from files that do not need it. 2003-01-23 22:51:04 +00:00
fiber.c Implemented the Fiber* functions (with the help of Huw Davies). 2002-12-17 21:06:25 +00:00
handle.c - adapted kernel32 so that it no longer (directly) manages console 2003-06-21 02:07:10 +00:00
process.c - adapted kernel32 so that it no longer (directly) manages console 2003-06-21 02:07:10 +00:00
pthread.c - in kernel32, replaced all {Enter|Leave}CriticalSection calls with 2003-06-23 18:12:28 +00:00
synchro.c - adapted kernel32 so that it no longer (directly) manages console 2003-06-21 02:07:10 +00:00
sysdeps.c Allocate/free the 16-bit thread stack in the kernel dll init routine. 2003-05-13 00:49:49 +00:00
syslevel.c - in kernel32, replaced all {Enter|Leave}CriticalSection calls with 2003-06-23 18:12:28 +00:00
thread.c Start to make use of the proper PEB structure for process 2003-05-22 03:44:01 +00:00