about summary refs log tree commit diff
path: root/src/rt/rust_port_selector.cpp
AgeCommit message (Expand)AuthorLines
2012-07-13Reintroduce linked failure (rust_port locking)Ben Blum-2/+2
2012-07-12Revert linked failure (rust_port locking)Ben Blum-2/+2
2012-07-12Proper locking with blocked_on()/wakeup() in rust_port. Closes #2787. Closes ...Ben Blum-2/+2
2012-04-03Refactor includes structure, getting rid of rust_internal.hJon Morton-0/+2
2012-04-01replace assertion macros with plain assertsJon Morton-8/+8
2012-04-01Merge remote-tracking branch 'brson/mainthread'Brian Anderson-9/+11
2012-03-31rt: Fix whitespaceBrian Anderson-4/+4
2012-03-31Revert "rt: Remove lock_held_by_current_thread"Brian Anderson-0/+2
2012-03-31rt: Rename rust_task_thread to rust_sched_loopBrian Anderson-9/+9
2012-03-18rt: Remove lock_held_by_current_threadBrian Anderson-3/+0
2012-03-05rt: Make rust_port_detach less contentiousBrian Anderson-1/+0
2012-03-05rt: Make linked failure less prone to deadlockBrian Anderson-1/+7
2012-03-05rt: Renome rust_task::lock to port_lockBrian Anderson-1/+1
2012-02-16rt: Untabify rust_port_selector.cppBrian Anderson-32/+32
2012-02-16rt: Randomize port selectionBrian Anderson-2/+6
2012-02-16rt: Add rust_port_select functionBrian Anderson-0/+83