rust/library/std/src/sys
bors f3c923a13a Auto merge of #76645 - fusion-engineering-forks:windows-lock, r=kennytm
Small cleanups in Windows Mutex.

 - Move `held` into the boxed part, since the SRW lock implementation does not use this. This makes the Mutex 50% smaller.
 - Use `Cell` instead of `UnsafeCell` for `held`, such that `.replace()` can be used.
 - Add some comments.
 - Avoid creating multiple `&mut`s to the critical section object in `ReentrantMutex`.
2020-09-17 19:23:58 +00:00
..
cloudabi Make raw standard stream constructors const 2020-08-21 13:17:20 +02:00
hermit Make raw standard stream constructors const 2020-08-21 13:17:20 +02:00
sgx Consolidate byte-identical modules. 2020-09-15 07:01:07 -07:00
unix Rollup merge of #76758 - adamlesinski:clone_clock, r=tmandry 2020-09-16 12:24:19 -07:00
unsupported Consolidate wasi::process and unsupported::process 2020-09-15 07:01:13 -07:00
vxworks Remove Windows details from Unix and VmWorks symlink() docstrings 2020-09-12 15:50:28 -04:00
wasi Consolidate wasi::process and unsupported::process 2020-09-15 07:01:13 -07:00
wasm Consolidate byte-identical modules. 2020-09-15 07:01:07 -07:00
windows Avoid creating &muts in Windows ReentrantMutex. 2020-09-16 21:16:32 +02:00
mod.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00