rust/library/std/src/sys
Guillaume Gomez 1176134114
Rollup merge of #123811 - joboet:queue_em_up, r=ChrisDenton
Use queue-based `RwLock` on more platforms

This switches over Windows 7, SGX and Xous to the queue-based `RwLock` implementation added in #110211, thereby fixing #121949 for Windows 7 and partially resolving #114581 on SGX. TEEOS can't currently be switched because it doesn't have a good thread parking implementation.

CC `@roblabla` `@raoulstrackx` `@xobs` Could you help me test this, please?
r? `@ChrisDenton` the Windows stuff should be familiar to you
2024-04-16 21:41:25 +02:00
..
os_str Move OsStr::slice_encoded_bytes validation to platform modules 2024-01-21 19:51:49 +01:00
pal Rollup merge of #123811 - joboet:queue_em_up, r=ChrisDenton 2024-04-16 21:41:25 +02:00
path std: move path into sys 2024-02-08 12:51:35 +01:00
personality Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwco 2024-04-05 22:33:25 +02:00
sync Rollup merge of #123811 - joboet:queue_em_up, r=ChrisDenton 2024-04-16 21:41:25 +02:00
thread_local step cfgs 2024-03-20 08:49:13 -04:00
cmath.rs Make cmath.rs a single file 2024-02-07 12:02:24 -03:00
mod.rs std: move Once implementations to sys 2024-03-12 15:41:06 +01:00