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 |
||
|---|---|---|
| .. | ||
| atomics.rs | ||
| dynamic_lib.rs | ||
| finally.rs | ||
| intrinsics.rs | ||
| lang.rs | ||
| mod.rs | ||
| mutex.rs | ||
| raw.rs | ||
| simd.rs | ||
| sync.rs | ||