Date: Tue, 30 Jul 2002 13:34:31 -0700 (PDT) From: Julian Elischer <julian@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_condvar.c Message-ID: <200207302034.g6UKYV39063749@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
julian 2002/07/30 13:34:31 PDT Modified files: sys/kern kern_condvar.c Log: Remove code that removes thread from sleep queue before adding it to a condvar wait. We do not have asleep() any more so this can not happen. Revision Changes Path 1.29 +0 -7 src/sys/kern/kern_condvar.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207302034.g6UKYV39063749>