Open
Description
rust-lang/rust#102773 has started using macOS dispatch semaphores for thread parking on macOS. We should implement those APIs in Miri. (Right now a cfg(miri)
makes miri use a pthread-based fallback implementation.)
rust-lang/rust#102773 has started using macOS dispatch semaphores for thread parking on macOS. We should implement those APIs in Miri. (Right now a cfg(miri)
makes miri use a pthread-based fallback implementation.)