rust/library/std
bors 972452c447 Auto merge of #120238 - joboet:always_confirm_lock_success, r=Mark-Simulacrum
Always check the result of `pthread_mutex_lock`

Fixes #120147.

Instead of manually adding a list of "good" platforms, I've simply made the check unconditional. pthread's mutex is already quite slow on most platforms, so one single well-predictable branch shouldn't hurt performance too much.
2024-02-09 10:27:16 +00:00
..
benches mv std libs to library/ 2020-07-27 19:51:13 -05:00
src Auto merge of #120238 - joboet:always_confirm_lock_success, r=Mark-Simulacrum 2024-02-09 10:27:16 +00:00
tests Update feature names for new stdarch 2024-01-30 03:33:12 +00:00
build.rs zkvm: add partial std support 2024-01-22 10:15:11 -08:00
Cargo.toml Update libc to 0.2.153 2024-02-01 23:58:42 -03:00