From owner-cvs-src@FreeBSD.ORG Wed Dec 20 04:43:35 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B03EA16A407; Wed, 20 Dec 2006 04:43:35 +0000 (UTC) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69DE943CA8; Wed, 20 Dec 2006 04:43:35 +0000 (GMT) (envelope-from davidxu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kBK4hZA3042723; Wed, 20 Dec 2006 04:43:35 GMT (envelope-from davidxu@repoman.freebsd.org) Received: (from davidxu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kBK4hZBP042722; Wed, 20 Dec 2006 04:43:35 GMT (envelope-from davidxu) Message-Id: <200612200443.kBK4hZBP042722@repoman.freebsd.org> From: David Xu Date: Wed, 20 Dec 2006 04:43:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libthr/thread thr_init.c thr_mutex.c thr_private.h thr_umtx.c thr_umtx.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Dec 2006 04:43:35 -0000 davidxu 2006-12-20 04:43:35 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_init.c thr_mutex.c thr_private.h thr_umtx.c thr_umtx.h Log: Check environment variable PTHREAD_ADAPTIVE_SPIN, if it is set, use it as a default spin cycle count. Revision Changes Path 1.44 +4 -0 src/lib/libthr/thread/thr_init.c 1.50 +1 -0 src/lib/libthr/thread/thr_mutex.c 1.77 +1 -0 src/lib/libthr/thread/thr_private.h 1.11 +1 -0 src/lib/libthr/thread/thr_umtx.c 1.10 +1 -1 src/lib/libthr/thread/thr_umtx.h