fix haddock submodule pointer
[ghc-hetmet.git] / rts / Task.c
2011-04-11 Simon MarlowRefactoring and tidy up
2010-12-21 Simon MarlowboundTaskExiting: don't set task->stopped unless this...
2010-11-13 Ian LynaghFix up the ifdefs in Task.c
2010-11-11 Edward Z. YangUse standard task ID print style (hexadecimal).
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-07-16 Simon MarlowUse a separate mutex to protect all_tasks, avoiding...
2010-05-07 Simon MarlowFix crash in nested callbacks (#4038)
2010-05-05 Simon MarlowMake the running_finalizers flag task-local
2010-03-29 Simon Marlowtidy up the end of the all_tasks list after forking
2010-03-11 Simon Marlowfix bug in discardTasksExcept() that broke forkProcess
2010-03-09 Simon MarlowSplit part of the Task struct into a separate struct...
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-05-18 Simon MarlowFix #3236: emit a helpful error message when the RTS...
2008-11-19 Simon MarlowFix some more shutdown races
2008-10-23 Simon MarlowPad Capabilities and Tasks to 64 bytes
2007-03-06 Simon MarlowworkerTaskStop(): set task->cap = NULL
2007-02-22 Ian LynaghFree thread local storage on shutdown
2007-02-20 Simon MarlowfreeTaskManager: don't free Tasks that are still in use
2006-12-15 Ian LynaghFree all tasks on exit, not just those on the task_free...
2006-12-15 Ian LynaghPut the task on the free list in workerTaskStop
2006-12-12 Simon MarlowDon't free sched_mutex until freeTaskManager has finish...
2006-12-11 Ian LynaghAdd freeScheduler/freeTaskManager and call it later...
2006-10-24 Simon MarlowSplit GC.c, and move storage manager into sm/ directory
2006-08-31 Simon Marlowfree the task *after* calling closeCond and closeMutex
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-08-10 sven.panne@aedion.deMatch format strings and arguments for printf-like...
2006-08-09 Simon Marlowfix bug in task freeing
2006-08-09 Simon MarlowRemove the artifical cap on the number of workers
2006-08-08 Simon MarlowRemember to free() memory on exit
2006-06-16 Simon Marlowmake compilation a little less noisy
2006-06-16 Simon Marlowallow the max number of workers to scale with +RTS -N
2006-06-08 Simon MarlowNew tracing interface
2006-06-07 Simon MarlowGather timing stats for a Task when it completes.
2006-04-07 Simon MarlowReorganisation of the source tree