Module Name: src Committed By: snj Date: Mon Jan 11 00:47:30 UTC 2010
Modified Files: src/lib/libpthread [netbsd-5]: pthread.c Log Message: Pull up following revision(s) (requested by christos in ticket #1235): lib/libpthread/pthread.c: revision 1.113 Don't just look only at the first element in the deadqueue to find lwp's to reuse, because if we lose the race with the kernel we are never going to reuse any elements. Look in the whole list instead. To generate a diff of this commit: cvs rdiff -u -r1.106.2.1 -r1.106.2.2 src/lib/libpthread/pthread.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.