Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4
[ghc-hetmet.git] / rts / win32 / ThrIOManager.c
2010-07-24 Johan TibellIntegrate new I/O manager, with signal support
2010-04-20 Simon MarlowExpand the scope of the event_buf_mutex to cover io_man...
2010-04-01 Simon MarlowMake ioManagerDie() idempotent
2009-11-12 Simon MarlowWindows-specific fix for #1185 patch
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-03-11 Simon MarlowFix #2992: don't create a named event
2008-10-13 Clemens FruhwirthBuild fixes for DLLized rts
2008-05-29 Simon MarlowMake it less fatal to not call ioManagerStart()
2007-04-03 Ian LynaghFix C/Haskell type mismatches
2006-12-01 Simon MarlowAdd support for the IO manager thread on Windows