Date: Sun, 8 Jun 2003 10:35:11 -0700 (PDT) From: Daniel Eischen <deischen@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpthread/thread thr_kern.c Message-ID: <200306081735.h58HZBEZ082573@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
deischen 2003/06/08 10:35:11 PDT FreeBSD src repository Modified files: lib/libpthread/thread thr_kern.c Log: Insert threads at the end of the free thread list so that the chance of getting the same thread id when allocating a new thread is reduced. This won't work if the application creates a new thread for every time a thread exits, but we're still within the allowances of POSIX. Revision Changes Path 1.69 +1 -1 src/lib/libpthread/thread/thr_kern.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306081735.h58HZBEZ082573>