From owner-freebsd-current@FreeBSD.ORG Thu Jun 24 08:13:00 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0DA8216A4CE for ; Thu, 24 Jun 2004 08:13:00 +0000 (GMT) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id C578043D2F for ; Thu, 24 Jun 2004 08:12:59 +0000 (GMT) (envelope-from mux@freebsd.org) Received: by elvis.mu.org (Postfix, from userid 1920) id 3C84F5C84D; Thu, 24 Jun 2004 01:12:57 -0700 (PDT) Date: Thu, 24 Jun 2004 10:12:57 +0200 From: Maxime Henrion To: ngl Message-ID: <20040624081257.GT9228@elvis.mu.org> References: <01c101c459b1$bda706a0$8501a8c0@spirit> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <01c101c459b1$bda706a0$8501a8c0@spirit> User-Agent: Mutt/1.4.2.1i cc: current@freebsd.org Subject: Re: rwlock X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2004 08:13:00 -0000 ngl wrote: > Are there any realizations of rwlock in FreeBSD kernel ? Yes, those are called sx locks in FreeBSD (shared/exclusive). Cheers, Maxime