rust-lang / miri

An interpreter for Rust's mid-level intermediate representation
Apache License 2.0
4.16k stars 318 forks source link

Android: make std thread APIs work #3618

Open RalfJung opened 1 month ago

RalfJung commented 1 month ago

Basic thread spawning works on Android, but some things are still missing:

(Also, we're looking for a target maintainer for Android, so please let us know if you're up to that -- basically someone we'd ping when there are Android questions, and in case std starts using a new Android API we'd hope they would be able to provide a Miri implementation.)