rust/library/std/src/sys
bors 3cf1275ecc Auto merge of #98143 - cuviper:futex-rwlock-inline, r=thomcc
Add `#[inline]` to small fns of futex `RwLock`

The important methods like `read` and `write` were already inlined,
which can propagate all the way to inlining in user code, but these
small state functions were left behind as normal calls. They should
almost always be inlined as well, as they're just a few instructions.
2022-06-17 02:32:14 +00:00
..
common resolve the conflict in compiler/rustc_session/src/parse.rs 2022-03-16 20:12:30 +08:00
hermit remove unneeded code 2022-06-08 15:35:49 +02:00
itron Use Drop instead of destroy() for locks. 2022-06-03 16:45:47 +02:00
sgx Lazily allocate+initialize locks. 2022-06-03 17:04:14 +02:00
solid Use Drop instead of destroy() for locks. 2022-06-03 16:45:47 +02:00
unix Auto merge of #98143 - cuviper:futex-rwlock-inline, r=thomcc 2022-06-17 02:32:14 +00:00
unsupported Lazily allocate+initialize locks. 2022-06-03 17:04:14 +02:00
wasi Use Rust 2021 prelude in std itself. 2022-05-09 11:12:32 +02:00
wasm Lazily allocate+initialize locks. 2022-06-03 17:04:14 +02:00
windows Document that BorrowedFd may be used to do a dup. 2022-06-15 08:52:42 -07:00
mod.rs Use target_family = "wasm" 2021-11-10 08:35:42 -08:00