mirror of https://git.musl-libc.org/git/musl
Browse Source
there's no sense in using a powerful lock in exit, because it will never be unlocked. a thread that arrives at exit while exit is already in progress just needs to hang forever. use the pause syscall for this because it's cheap and easy and universally available.rs-1.0
1 changed files with 4 additions and 2 deletions
Loading…
Reference in new issue