From owner-cvs-all Mon Nov 11 16:57:21 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 05A8C37B401; Mon, 11 Nov 2002 16:57:21 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A86C743E4A; Mon, 11 Nov 2002 16:57:20 -0800 (PST) (envelope-from mini@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gAC0t1mV013905; Mon, 11 Nov 2002 16:55:01 -0800 (PST) (envelope-from mini@repoman.freebsd.org) Received: (from mini@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAC0t1WO013904; Mon, 11 Nov 2002 16:55:01 -0800 (PST) Message-Id: <200211120055.gAC0t1WO013904@repoman.freebsd.org> From: Jonathan Mini Date: Mon, 11 Nov 2002 16:55:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpthread/thread thr_init.c thr_kern.c thr_private.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mini 2002/11/11 16:55:01 PST Modified files: lib/libpthread/thread thr_init.c thr_kern.c thr_private.h Log: Schedule an idle context to block until timeouts expire without blocking further upcalls. Revision Changes Path 1.45 +12 -0 src/lib/libpthread/thread/thr_init.c 1.46 +65 -107 src/lib/libpthread/thread/thr_kern.c 1.77 +12 -0 src/lib/libpthread/thread/thr_private.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message