mirror of https://git.musl-libc.org/git/musl
Browse Source
this change is needed to fix a race condition and ensure that it's possible to unlock and destroy or unmap the mutex as soon as pthread_mutex_lock succeeds. POSIX explicitly gives such an example in the rationale and requires an implementation to allow such usage.rs-1.0
4 changed files with 31 additions and 34 deletions
Loading…
Reference in new issue