handle spurious returns of `wait_timeout` in test Fixes https://github.com/rust-lang/rust/issues/147885 Closes https://github.com/rust-lang/rust/pull/147871 `wait_timeout` is allowed to spuriously return, hence the `timeout_nanoseconds` must not assume that the wakeup resulted from a `notify_all()`. |
||
|---|---|---|
| .. | ||
| barrier.rs | ||
| condvar.rs | ||
| lazy_lock.rs | ||
| lib.rs | ||
| mpmc.rs | ||
| mpsc.rs | ||
| mpsc_sync.rs | ||
| mutex.rs | ||
| once.rs | ||
| once_lock.rs | ||
| reentrant_lock.rs | ||
| rwlock.rs | ||