| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge taskId and serialisableTaskId | Mikolaj Konarski | 2012-07-25 | 1 | -1/+1 |
* | Add a missing semi-colon | Ian Lynagh | 2012-07-14 | 1 | -1/+1 |
* | Add some casts to fix warnings | Ian Lynagh | 2012-07-14 | 1 | -3/+7 |
* | New functions to get kernel thread Id + serialisable task Id | Duncan Coutts | 2012-07-07 | 1 | -1/+38 |
* | Drop the per-task timing stats, give a summary only (#5897) | Simon Marlow | 2012-03-02 | 1 | -23/+7 |
* | Allow the number of capabilities to be increased at runtime (#3729) | Simon Marlow | 2011-12-06 | 1 | -0/+5 |
* | Time handling overhaul | Simon Marlow | 2011-11-25 | 1 | -7/+7 |
* | Enable pthread_getspecific() tls for LLVM compiler | David M Peixotto | 2011-10-07 | 1 | -2/+9 |
* | Refactoring and tidy up | Simon Marlow | 2011-04-11 | 1 | -0/+3 |
* | Interruptible FFI calls with pthread_kill and CancelSynchronousIO. v4 | Edward Z. Yang | 2010-09-19 | 1 | -0/+5 |
* | Windows: use a thread-local variable for myTask() | Simon Marlow | 2010-09-15 | 1 | -2/+3 |
* | Fix the symbol visibility pragmas | Simon Marlow | 2010-06-17 | 1 | -2/+2 |
* | Add wiki links | Simon Marlow | 2010-05-20 | 1 | -0/+3 |
* | Fix crash in nested callbacks (#4038) | Simon Marlow | 2010-05-07 | 1 | -3/+3 |
* | Make the running_finalizers flag task-local | Simon Marlow | 2010-05-05 | 1 | -0/+3 |
* | Split part of the Task struct into a separate struct InCall | Simon Marlow | 2010-03-09 | 1 | -65/+68 |
* | Omit visibility pragmas on Windows (fixes warnings/validate failures) | Simon Marlow | 2009-09-09 | 1 | -2/+2 |
* | Declare RTS-private prototypes with __attribute__((visibility("hidden"))) | Simon Marlow | 2009-08-05 | 1 | -0/+4 |
* | RTS tidyup sweep, first phase | Simon Marlow | 2009-08-02 | 1 | -25/+10 |
* | Fix some more shutdown races | Simon Marlow | 2008-11-19 | 1 | -2/+1 |
* | Add freeScheduler/freeTaskManager and call it later than exitScheduler | Ian Lynagh | 2006-12-11 | 1 | -0/+1 |
* | Gather timing stats for a Task when it completes. | Simon Marlow | 2006-06-07 | 1 | -1/+7 |
* | Reorganisation of the source tree | Simon Marlow | 2006-04-07 | 1 | -0/+271 |