rust/src/libstd/sys/common
Aaron Turon cac133c9a8 Introduce std::thread
Also removes:

* `std::task`
* `std::rt::task`
* `std::rt::thread`

Notes for the new API are in a follow-up commit.

Closes #18000
2014-12-18 23:31:35 -08:00
..
backtrace.rs libs: merge librustrt into libstd 2014-12-18 23:31:34 -08:00
condvar.rs std: Rewrite the sync module 2014-12-05 00:53:22 -08:00
helper_thread.rs Remove rt::bookkeeping 2014-12-18 23:31:35 -08:00
mod.rs libs: merge librustrt into libstd 2014-12-18 23:31:34 -08:00
mutex.rs std: Rewrite the sync module 2014-12-05 00:53:22 -08:00
net.rs libstd: use unboxed closures 2014-12-13 17:03:47 -05:00
rwlock.rs std: Rewrite the sync module 2014-12-05 00:53:22 -08:00
stack.rs libs: merge librustrt into libstd 2014-12-18 23:31:34 -08:00
thread_info.rs Introduce std::thread 2014-12-18 23:31:35 -08:00
thread_local.rs libs: merge librustrt into libstd 2014-12-18 23:31:34 -08:00
thread.rs libs: merge librustrt into libstd 2014-12-18 23:31:34 -08:00