about summary refs log tree commit diff
path: root/src/rt/rust_sched_loop.cpp
AgeCommit message (Expand)AuthorLines
2012-07-20[2/4 for #2365, #2671] Fix exit/kill race with tasks during rust_kernel::failBen Blum-2/+7
2012-07-20[1/4 for #2365, #2671] Fix create/kill race with schedulers and tasks during ...Ben Blum-1/+9
2012-07-17Tasks should not hold a ref to their parent (Close #1789)Ben Blum-5/+2
2012-07-13Reintroduce linked failure (killing runtime)Ben Blum-2/+2
2012-07-13Reintroduce linked failure (lifecycle lock)Ben Blum-1/+1
2012-07-12Comments only: TODOs to FIXME in the runtimeTim Chevalier-1/+1
2012-07-12Revert linked failure (lifecycle lock)Ben Blum-1/+1
2012-07-12Revert linked failure (killing runtime)Ben Blum-2/+2
2012-07-12Fix linked failure with root taskgroup to kill the runtime too.Ben Blum-2/+2
2012-07-11Unify state_lock + kill_lock -> lifecycle_lock (#2787)Ben Blum-1/+1
2012-06-28Remove obsolete FIXMETim Chevalier-2/+0
2012-06-21Comments only: annotate FIXMEsTim Chevalier-1/+1
2012-06-04Moved log method into logger class better than scheduler fixes #2495Arkaitz Jimenez-21/+5
2012-06-03rt: Add a FIXME about #2495Brian Anderson-0/+1
2012-06-03Show ellipsis sign when log line is truncatedArkaitz Jimenez-1/+7
2012-05-21add a seeded random number generator so that sequences of random numbers can ...Gareth Daniel Smith-1/+1
2012-04-03Refactor includes structure, getting rid of rust_internal.hJon Morton-5/+1
2012-04-02rt: cleanup passing around of rust_envJon Morton-4/+3
2012-04-01remove rust_srvJon Morton-5/+3
2012-04-01replace assertion macros with plain assertsJon Morton-16/+15
2012-04-01Merge remote-tracking branch 'brson/mainthread'Brian Anderson-0/+413
2012-03-31rt: Add some more locking asserts to rust_sched_loopBrian Anderson-0/+2
2012-03-31Revert "rt: Remove lock_held_by_current_thread"Brian Anderson-0/+2
2012-03-31rt: Extract start_main_loop from rust_sched_loop to rust_sched_driverBrian Anderson-22/+15
2012-03-31rt: Refactor the scheduler loop so that it can be driven from withoutBrian Anderson-20/+41
2012-03-31rt: Rename rust_task_thread to rust_sched_loopBrian Anderson-0/+395