mirror of https://git.musl-libc.org/git/musl
Browse Source
posix documents in the rationale and future directions for pthread_kill that, since the lifetime of the thread id for a joinable thread lasts until it is joined, ESRCH is not a correct error for pthread_kill to produce when the target thread has exited but not yet been joined, and that conforming applications cannot attempt to detect this state. future versions of the standard may explicitly require that ESRCH not be returned for this case.master
1 changed files with 2 additions and 1 deletions
Loading…
Reference in new issue