Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4
[ghc-hetmet.git] / rts / posix / OSThreads.c
2010-09-19 Edward Z. YangInterruptible FFI calls with pthread_kill and CancelSyn...
2010-07-20 Gabor PaliAdd thread affinity support for FreeBSD
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-03-20 Austin SeippPlease the -Wall police by moving a variable declaratio...
2009-03-18 Austin SeippFIX getNumberOfProcessors() on MacOS X
2009-03-20 Simon MarlowFix bug in setThreadAffinity() (Linux)
2009-03-20 Manuel M T ChakravartyImplement setThreadAffinity for Mac OS X (from 10.5)
2009-03-18 Simon Marlowwibble for getNumberOfProcessors
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...
2009-01-18 Ian LynaghAlways use PTHREAD_MUTEX_ERRORCHECK to create mutexes...
2009-01-17 Ian LynaghUse error-checking mutexes on all platforms when DEBUG...
2007-02-23 Ian Lynaghpthread_key_delete wants the key itself, not a pointer...
2007-02-22 Ian LynaghFree thread local storage on shutdown
2007-02-01 sven.panne@aedion.deWarning police: Avoid warning about unused variable
2007-02-01 Simon MarlowPartial fix for #926
2006-08-23 Esa Ilari VuokkoAdd closeMutex and use it on clean up
2006-06-07 Simon MarlowGather timing stats for a Task when it completes.
2006-04-07 Simon MarlowReorganisation of the source tree