Date: Fri, 25 Dec 1998 02:14:37 -0800 From: Elan <icimjs@loop.com> To: freebsd-questions@FreeBSD.ORG Subject: POSIX Threads Message-ID: <3.0.5.32.19981225021437.0084c6a0@pop.loop.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0.5.32.19981225021437.0084c6a0>