From owner-freebsd-threads@FreeBSD.ORG Tue May 13 01:26:43 2003 Return-Path: Delivered-To: freebsd-threads@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC0FB37B401 for ; Tue, 13 May 2003 01:26:43 -0700 (PDT) Received: from hotmail.com (bay2-dav11.bay2.hotmail.com [65.54.246.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9347E43F93 for ; Tue, 13 May 2003 01:26:43 -0700 (PDT) (envelope-from dsnofe@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 13 May 2003 01:26:43 -0700 Received: from 202.199.66.11 by bay2-dav11.bay2.hotmail.com with DAV; Tue, 13 May 2003 08:26:43 +0000 X-Originating-IP: [202.199.66.11] X-Originating-Email: [dsnofe@hotmail.com] Date: Tue, 13 May 2003 16:28:03 +0800 From: Snofe Deng To: freebsd-threads@freebsd.org Message-Id: <20030513162733.52E8.DSNOFE@hotmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.05.10 X-OriginalArrivalTime: 13 May 2003 08:26:43.0506 (UTC) FILETIME=[62991920:01C31929] Subject: where is mutexattr_setpshared()? X-BeenThere: freebsd-threads@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Threading on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2003 08:26:44 -0000 As the title. I find it at pthread.h( cvs version 1.20) But now, it is not there. then how can I set the mutex with PTHREAD_PROCESS_SHARED?? use pthread_rwlockattr_setpshared(pthread_rwlockattr_t *, int) ????????? my box is 4.8R -- Snofe Deng