From owner-freebsd-threads@FreeBSD.ORG Fri Apr 13 22:53:53 2007 Return-Path: X-Original-To: freebsd-threads@freebsd.org Delivered-To: freebsd-threads@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8EE1B16A400 for ; Fri, 13 Apr 2007 22:53:53 +0000 (UTC) (envelope-from Brett@Schoppert.com) Received: from zeta.fastbighost.com (zeta.fastbighost.com [65.98.8.4]) by mx1.freebsd.org (Postfix) with ESMTP id 30D1E13C45B for ; Fri, 13 Apr 2007 22:53:53 +0000 (UTC) (envelope-from Brett@Schoppert.com) Received: from [206.159.122.129] (port=1096 helo=M65DEV) by zeta.fastbighost.com with esmtpa (Exim 4.63) (envelope-from ) id 1HcOyN-0006RR-MX for freebsd-threads@freebsd.org; Fri, 13 Apr 2007 16:49:45 +0000 From: "Brett Schoppert" To: Date: Fri, 13 Apr 2007 12:45:41 -0400 Message-ID: <000601c77deb$355507a0$6728a8c0@M65DEV> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 Thread-index: Acd96ywmi6O3A8dvSVeaTHBo5XHdrQ== X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - zeta.fastbighost.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - Schoppert.com X-Source: X-Source-Args: X-Source-Dir: Subject: process shared mutex X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Apr 2007 22:53:53 -0000 There was talk of adding process shared mutex support into the 6.x release, that doesn't appear to have happened. Is there a current project to add that support into 7.x ? Specifically, I am looking for the pthread_condattr_setpshared and pthread_mutexattr_setpshared interfaces for use by BerkeleyDB.