From owner-freebsd-questions Fri Dec 25 02:16:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA24645 for freebsd-questions-outgoing; Fri, 25 Dec 1998 02:16:31 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ritchie.loop.com (ritchie-inet.loop.com [207.211.60.70]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA24637 for ; Fri, 25 Dec 1998 02:16:29 -0800 (PST) (envelope-from icimjs@loop.com) Received: from knobel (p05.hwts14.loop.net [207.211.62.200]) by ritchie.loop.com (8.9.1/8.9.1) with SMTP id CAA22374 for ; Fri, 25 Dec 1998 02:09:51 -0800 (PST) Message-Id: <3.0.5.32.19981225021437.0084c6a0@pop.loop.com> X-Sender: icimjs@pop.loop.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Fri, 25 Dec 1998 02:14:37 -0800 To: freebsd-questions@FreeBSD.ORG From: Elan Subject: POSIX Threads Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, BSD 3.0: QUESTION: Which (source) file contains the implementation of pthread_attr_getscope(xxx) ? The pthread.h include file declares pthread_attr_getscope like this: int pthread_attr_getscope __P((pthread_attr_t *, int *)); The pthread man page reports its existence, however I simply can't find a file where it is implemented. I have been mainly searching in /usr/src/lib/libc_r/uthread This directory appears to contain a number of pthread related functions. However, pthread_attr_getscope is not one of them. Any ideas? TIA Elan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message