Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4
[ghc-hetmet.git] / rts / Task.h
2010-09-19 Edward Z. YangInterruptible FFI calls with pthread_kill and CancelSyn...
2010-09-15 Simon MarlowWindows: use a thread-local variable for myTask()
2010-06-17 Simon MarlowFix the symbol visibility pragmas
2010-05-20 Simon MarlowAdd wiki links
2010-05-07 Simon MarlowFix crash in nested callbacks (#4038)
2010-05-05 Simon MarlowMake the running_finalizers flag task-local
2010-03-09 Simon MarlowSplit part of the Task struct into a separate struct...
2009-09-09 Simon MarlowOmit visibility pragmas on Windows (fixes warnings...
2009-08-05 Simon MarlowDeclare RTS-private prototypes with __attribute__(...
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2008-11-19 Simon MarlowFix some more shutdown races
2006-12-11 Ian LynaghAdd freeScheduler/freeTaskManager and call it later...
2006-06-07 Simon MarlowGather timing stats for a Task when it completes.
2006-04-07 Simon MarlowReorganisation of the source tree