summaryrefslogtreecommitdiff
path: root/rts/Task.h
Commit message (Expand)AuthorAgeFilesLines
* Drop the per-task timing stats, give a summary only (#5897)Simon Marlow2012-03-021-23/+7
* Allow the number of capabilities to be increased at runtime (#3729)Simon Marlow2011-12-061-0/+5
* Time handling overhaulSimon Marlow2011-11-251-7/+7
* Enable pthread_getspecific() tls for LLVM compilerDavid M Peixotto2011-10-071-2/+9
* Refactoring and tidy upSimon Marlow2011-04-111-0/+3
* Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4Edward Z. Yang2010-09-191-0/+5
* Windows: use a thread-local variable for myTask()Simon Marlow2010-09-151-2/+3
* Fix the symbol visibility pragmasSimon Marlow2010-06-171-2/+2
* Add wiki linksSimon Marlow2010-05-201-0/+3
* Fix crash in nested callbacks (#4038)Simon Marlow2010-05-071-3/+3
* Make the running_finalizers flag task-localSimon Marlow2010-05-051-0/+3
* Split part of the Task struct into a separate struct InCallSimon Marlow2010-03-091-65/+68
* Omit visibility pragmas on Windows (fixes warnings/validate failures)Simon Marlow2009-09-091-2/+2
* Declare RTS-private prototypes with __attribute__((visibility("hidden")))Simon Marlow2009-08-051-0/+4
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-25/+10
* Fix some more shutdown racesSimon Marlow2008-11-191-2/+1
* Add freeScheduler/freeTaskManager and call it later than exitSchedulerIan Lynagh2006-12-111-0/+1
* Gather timing stats for a Task when it completes.Simon Marlow2006-06-071-1/+7
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+271