Module Name: src Committed By: ad Date: Sat Jan 25 18:01:28 UTC 2020
Modified Files: src/lib/libpthread: pthread.c Log Message: pthread_exit(): it looks there there is at least one path through which a thread can exit with waiters still hanging off it (cancellation when waiting on a condvar) so deal with all/any crappy failure like that and make sure there are never any waiters left before exiting. Maybe of help for: PR: bin/50350: rump/rumpkern/t_sp/stress_{long,short} fail on Core 2 To generate a diff of this commit: cvs rdiff -u -r1.155 -r1.156 src/lib/libpthread/pthread.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.