Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4
[ghc-hetmet.git] / rts / win32 / OSThreads.c
2010-09-19 Edward Z. YangInterruptible FFI calls with pthread_kill and CancelSyn...
2010-09-14 Simon Marlowimplement setThreadAffinity on Windows (#1741)
2010-01-27 Simon MarlowWin32 yieldThread(): use SwitchToThread() instead of...
2009-08-03 Simon MarlowWindows build fixes
2009-03-18 Simon MarlowSet thread affinity with +RTS -qa (only on Linux so...
2009-03-17 Simon MarlowAdd getNumberOfProcessors(), FIX MacOS X build problem...
2007-08-29 Simon MarlowWindows: remove the {Enter,Leave}CricialSection wrappers
2007-08-16 Ian LynaghFix the threaded RTS on Windows
2007-02-22 Ian LynaghFree thread local storage on shutdown
2007-02-01 Simon MarlowPartial fix for #926
2006-08-30 Simon Marlowadd sysErrorBelch() for reporting system call errors
2006-08-23 Esa Ilari VuokkoAdd closeMutex and use it on clean up
2006-04-07 Simon MarlowReorganisation of the source tree