From owner-cvs-all Sat Nov 23 22:49: 9 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 6B56037B401; Sat, 23 Nov 2002 22:49:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38D6443E4A; Sat, 23 Nov 2002 22:49:07 -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 gAO6jjmV039754; Sat, 23 Nov 2002 22:45:45 -0800 (PST) (envelope-from mini@repoman.freebsd.org) Received: (from mini@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAO6jjft039753; Sat, 23 Nov 2002 22:45:45 -0800 (PST) Message-Id: <200211240645.gAO6jjft039753@repoman.freebsd.org> From: Jonathan Mini Date: Sat, 23 Nov 2002 22:45:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libpthread/thread thr_kern.c 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/23 22:45:45 PST Modified files: lib/libpthread/thread thr_kern.c Log: Schedule spinlocked threads by moving them through the work queue, instead of the wait queue. Approved by: re (blanket) Stolen from: davidxu Revision Changes Path 1.49 +15 -2 src/lib/libpthread/thread/thr_kern.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message