summaryrefslogtreecommitdiff
path: root/rts/Schedule.c
Commit message (Expand)AuthorAgeFilesLines
* FIX #767 (withMVar family have a bug)Simon Marlow2007-05-181-1/+6
* Basic heap profile support without -profSimon Marlow2007-04-271-29/+18
* Fix C/Haskell type mismatchesIan Lynagh2007-04-041-1/+1
* Add an --install-signal-handlers=<yes|no> RTS flag; fixes trac #804Ian Lynagh2007-03-221-3/+6
* forkProcess: startTimer() in the child, because the timer will be resetSimon Marlow2007-03-051-0/+4
* fix bug in GetLastError/SetLastError patchSimon Marlow2007-01-291-1/+1
* Save the Win32 error code where necessarySimon Marlow2007-01-261-2/+32
* Adding command channel for the hpc debugger to the hpc part of the RTSandy@galois.com2007-01-091-1/+1
* disable an incorrect ASSERTion in the non-THREADED_RTS case (bug #1067)Simon Marlow2007-01-051-7/+8
* Free more things that we allocate2006-12-16Ian Lynagh2006-12-151-0/+5
* Updating rix output to new standard.andy@galois.com2006-12-141-0/+3
* Don't free sched_mutex until freeTaskManager has finished with itSimon Marlow2006-12-121-1/+3
* Add freeScheduler/freeTaskManager and call it later than exitSchedulerIan Lynagh2006-12-111-0/+6
* Add support for the IO manager thread on WindowsSimon Marlow2006-12-011-9/+3
* Split GC.c, and move storage manager into sm/ directorySimon Marlow2006-10-241-25/+12
* remove performGCWithRoots()Simon Marlow2006-10-191-12/+0
* STM invariantstharris@microsoft.com2006-10-071-4/+18
* new RTS flag: -V to modify the resolution of the RTS timerIan Lynagh2006-09-051-3/+0
* Add closeMutex and use it on clean upEsa Ilari Vuokko2006-08-231-0/+1
* Match format strings and arguments for printf-like functionssven.panne@aedion.de2006-08-101-18/+18
* Asynchronous exception support for SMPSimon Marlow2006-06-161-1560/+86
* fix possible ^C problemsSimon Marlow2006-06-081-1/+30
* New tracing interfaceSimon Marlow2006-06-081-139/+137
* Gather timing stats for a Task when it completes.Simon Marlow2006-06-071-1/+1
* Remove unnecessary SCHED_INTERRUPTED scheduler stateSimon Marlow2006-06-071-7/+2
* performGC_(): don't use the existing Task, always grab a new oneSimon Marlow2006-05-251-11/+9
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+4589