summary refs log tree commit diff
path: root/src/libstd/sync.rs
AgeCommit message (Expand)AuthorLines
2012-08-14De-mode comm, libc, priv, rt, sync, arc. Super easy.Ben Blum-2/+5
2012-08-14add sync::tests::test_mutex_killed_broadcastBen Blum-3/+45
2012-08-14Add rw_arc.downgrade() + std and cfail tests. Tons of region FIXMEs... (cf #2...Ben Blum-19/+33
2012-08-13core: Camel case some lesser-used modulesBrian Anderson-3/+3
2012-08-13Add more rwlock testsBen Blum-16/+92
2012-08-13Implement rwlock.downgrade and testsBen Blum-36/+202
2012-08-13minor fix to rwlock.read()Ben Blum-1/+2
2012-08-10Split libcore/arc.rs: arc -> std::arc; exclusive -> unsafe::exclusiveBen Blum-0/+775