summary refs log tree commit diff
path: root/src/rt/rust_task.h
AgeCommit message (Expand)AuthorLines
2012-09-25rt: Remove the cycle collectorPatrick Walton-2/+0
2012-09-05rt: Make the boxed region come earlier in the rust_task structure.Patrick Walton-1/+1
2012-08-24Document task shutdown protocol and justify its concurrency safety. Close #26...Ben Blum-7/+76
2012-08-24Avoid lifecycle_lock traffic in call_on_rust_stack. (close #3270)Ben Blum-10/+6
2012-08-01Linked failure: enable unidirectional propagate test; replace FIXMEs with com...Ben Blum-2/+2
2012-07-25minor rt cleanupBen Blum-1/+1
2012-07-25Remove notification channels in runtime (closes #1078)Ben Blum-6/+0
2012-07-24Change yield() and wait_event() to be MUST_CHECK and return the killed flag. ...Ben Blum-2/+4
2012-07-24tiny runtime cleanupBen Blum-1/+0
2012-07-24Add 'do atomically { .. }' for exclusivesBen Blum-0/+3
2012-07-20[3/4 for #2365, #2671] Fix exit/kill race with scheds during rust_kernel::failBen Blum-2/+0
2012-07-20[1/4 for #2365, #2671] Fix create/kill race with schedulers and tasks during ...Ben Blum-0/+1
2012-07-17Tasks should not hold a ref to their parent (Close #1789)Ben Blum-7/+2
2012-07-13Oops, switch more TODOs to FIXMEsBen Blum-1/+1
2012-07-13Reintroduce linked failure (killing runtime)Ben Blum-0/+4
2012-07-13Reintroduce linked failure (rust_port locking)Ben Blum-2/+4
2012-07-13Reintroduce linked failure (renaming runtime fns)Ben Blum-4/+4
2012-07-13Reintroduce linked failure (lifecycle lock)Ben Blum-9/+7
2012-07-13Reintroduce linked failureBen Blum-2/+0
2012-07-12Revert linked failureBen Blum-0/+2
2012-07-12Revert linked failure (lifecycle lock)Ben Blum-7/+9
2012-07-12Revert linked failure (renaming runtime fns)Ben Blum-4/+4
2012-07-12Revert linked failure (rust_port locking)Ben Blum-4/+2
2012-07-12Revert linked failure (killing runtime)Ben Blum-4/+0
2012-07-12Fix linked failure with root taskgroup to kill the runtime too.Ben Blum-0/+4
2012-07-12Proper locking with blocked_on()/wakeup() in rust_port. Closes #2787. Closes ...Ben Blum-2/+4
2012-07-12Rename runtime *_locked() and *_unlocked() fns to *_inner() (closes #2864)Ben Blum-4/+4
2012-07-11Unify state_lock + kill_lock -> lifecycle_lock (#2787)Ben Blum-9/+7
2012-07-11Linked failure in task.rs instead of rust_task.cpp (#1868, #1189)Ben Blum-2/+0
2012-07-11rust_task.h - fix disallow_kill & don't inherit rust_condBen Blum-2/+2
2012-07-10Handle failure conditions correctly in pipes.Eric Holk-1/+1
2012-07-06Pipes sleep and wake properly.Eric Holk-0/+16
2012-07-05make disallow_kill an int for nested unkillables (closes #2782)Ben Blum-1/+1
2012-06-27Tidy fixesBrian Anderson-2/+2
2012-06-28rt: Add task_local_data and related builtin calls (Closes #2680)Ben Blum-0/+17
2012-06-27More keyword paring and migration in runtime, docs, code modes.Graydon Hoare-1/+1
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-12/+14
2012-06-02rt: Improve docs for main, kernel, scheduler, and taskBrian Anderson-21/+48
2012-05-31rt: Refactor task failure to go through rust_task_failBrian Anderson-0/+15
2012-05-15rt: Make task killing synchronization possibly more correctBrian Anderson-3/+9
2012-05-15core: Add task::unkillableBrian Anderson-0/+4
2012-04-03fix 'I don't know how C works'Jon Morton-0/+1
2012-04-03actually remove memory.h; include cleanupsJon Morton-1/+0
2012-04-03Refactor includes structure, getting rid of rust_internal.hJon Morton-5/+35
2012-04-02rt: Add an assert to rust_get_current_taskBrian Anderson-0/+1
2012-04-02remove unneeded assert, move get_task_tls to sched_loopJon Morton-20/+2
2012-04-02Add global rust_get_current_taskJon Morton-11/+27
2012-04-01replace assertion macros with plain assertsJon Morton-13/+12
2012-04-01Merge remote-tracking branch 'brson/mainthread'Brian Anderson-11/+11
2012-03-31rt: Fix whitespaceBrian Anderson-1/+1