mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +03:00
3150714f40
std: support `RwLock` and thread parking on TEEOS Since TEEOS supports pthread mutexes and condvars, it can share the pthread-based thread parking implementation and thus also the queue-based `RwLock` implementation used on other platforms. CC ``@petrochenkov`` ``@Sword-Destiny``