rust/src/libstd/unstable
Alex Crichton 24eb1b445d Implement a native mutex type
This mutex is built on top of pthreads for unix and the related windows apis on
windows. This is a straight port of the lock_and_signal type from C++ to rust.
Almost all operations on the type are unsafe, and it's definitely not
recommended for general use.

Closes #9105
2013-11-18 20:06:39 -08:00
..
atomics.rs std: Make atomic types non-copyable. Closes #8380 2013-11-07 18:37:56 -08:00
dynamic_lib.rs Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -08:00
finally.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
intrinsics.rs Remove #[fixed_stack_segment] and #[rust_stack] 2013-11-11 10:40:34 -08:00
lang.rs Prepared std::sys for removal, and made begin_unwind simpler 2013-10-30 21:19:18 +01:00
mod.rs Implement a native mutex type 2013-11-18 20:06:39 -08:00
mutex.rs Implement a native mutex type 2013-11-18 20:06:39 -08:00
raw.rs Prepared std::sys for removal, and made begin_unwind simpler 2013-10-30 21:19:18 +01:00
simd.rs libstd: Rename libcore to libstd and libstd to libextra; update makefiles. 2013-05-22 21:57:05 -07:00
sync.rs add rust_trylock_little_lock 2013-11-13 14:44:50 -08:00