From owner-cvs-all@FreeBSD.ORG Wed Nov 14 01:10:12 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAC8516A418; Wed, 14 Nov 2007 01:10:12 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9A41413C46E; Wed, 14 Nov 2007 01:10:12 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lAE1ACiS091341; Wed, 14 Nov 2007 01:10:12 GMT (envelope-from kris@repoman.freebsd.org) Received: (from kris@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAE1ACma091340; Wed, 14 Nov 2007 01:10:12 GMT (envelope-from kris) Message-Id: <200711140110.lAE1ACma091340@repoman.freebsd.org> From: Kris Kennaway Date: Wed, 14 Nov 2007 01:10:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/include pthread.h src/lib/libthr/thread thr_init.c thr_mutex.c thr_private.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Nov 2007 01:10:12 -0000 kris 2007-11-14 01:10:12 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) include pthread.h lib/libthr/thread thr_init.c thr_mutex.c thr_private.h Log: MFC: Add support for non-portable adaptive mutexes, as well as experimental support for spinning/yielding loops. Approved by: re@ (kensmith) Revision Changes Path 1.40.2.1 +2 -0 src/include/pthread.h 1.46.2.1 +9 -1 src/lib/libthr/thread/thr_init.c 1.54.2.1 +73 -24 src/lib/libthr/thread/thr_mutex.c 1.78.2.1 +4 -1 src/lib/libthr/thread/thr_private.h