mirror of https://git.musl-libc.org/git/musl
Browse Source
even a single-threaded program can be cancellable, e.g. if it's called pthread_cancel(pthread_self()). the correct predicate to check is not whether multiple threads have been invoked, but whether pthread_self has been invoked.rs-1.0
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue