1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-09 04:16:08 +00:00
wine/scheduler
Alexandre Julliard 00641d5b1c Removed PDB32_DEBUGGED flag and send all debug events unconditionally.
Implemented IsDebuggerPresent().
2000-03-08 16:41:37 +00:00
..
.cvsignore Initial revision 1998-10-04 18:02:24 +00:00
client.c Generate CREATE_PROCESS/THREAD debug events internally in the server. 2000-03-08 12:01:30 +00:00
critsection.c Better implementation of inline functions SetLastError and 2000-03-07 13:14:27 +00:00
debugger.c Removed PDB32_DEBUGGED flag and send all debug events unconditionally. 2000-03-08 16:41:37 +00:00
event.c Store all object names as Unicode in the server. 1999-11-25 21:30:24 +00:00
handle.c Added special handling for the stdio handles in CloseHandle. 1999-11-04 02:49:06 +00:00
Makefile.in Implemented waitable timers. 1999-11-29 01:58:35 +00:00
mutex.c Store all object names as Unicode in the server. 1999-11-25 21:30:24 +00:00
pipe.c Further server optimizations: 1999-06-26 08:43:26 +00:00
process.c Removed PDB32_DEBUGGED flag and send all debug events unconditionally. 2000-03-08 16:41:37 +00:00
semaphore.c Store all object names as Unicode in the server. 1999-11-25 21:30:24 +00:00
services.c Use waitable timers to implement service thread timers. 1999-12-13 01:42:03 +00:00
synchro.c Removed all EVENT_Synchronize( FALSE ) calls; use a periodic callback 1999-07-10 10:24:31 +00:00
sysdeps.c Improved the selector get/set functions. 2000-02-26 16:51:13 +00:00
syslevel.c Improved the selector get/set functions. 2000-02-26 16:51:13 +00:00
thread.c Generate CREATE_PROCESS/THREAD debug events internally in the server. 2000-03-08 12:01:30 +00:00
timer.c Use waitable timers to implement service thread timers. 1999-12-13 01:42:03 +00:00