Date: Fri, 13 Oct 2006 20:04:13 +0000 (UTC) From: Tor Egge <tegge@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_select.c Message-ID: <200610132004.k9DK4FSs003242@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tegge 2006-10-13 20:04:13 UTC FreeBSD src repository Modified files: lib/libc_r/uthread uthread_select.c Log: Delay setting wakeup time until after poll array has been allocated. Blocking on the malloc spinlock would cause the select timeout to be lost. Revision Changes Path 1.22 +20 -20 src/lib/libc_r/uthread/uthread_select.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610132004.k9DK4FSs003242>