mirror of https://git.musl-libc.org/git/musl
Browse Source
using swap has a race condition: the waiters must be added to the mutex waiter count *before* they are taken off the cond var waiter count, or wake events can be lost.rs-1.0
1 changed files with 6 additions and 2 deletions
Loading…
Reference in new issue