Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Apr 1998 23:55:48 +0400 (MSD)
From:      Dmitry Khrustalev <dima@bog.msu.su>
To:        Michael Imor <umji@fang.cs.sunyit.edu>
Cc:        freebsd-smp@FreeBSD.ORG
Subject:   Re: missing pthread functions?
Message-ID:  <Pine.GSO.3.95.980422235049.26429B-100000@sunny.bog.msu.su>
In-Reply-To: <Pine.BSF.3.95.980422121151.8463A-100000@fang.cs.sunyit.edu>

index | next in thread | previous in thread | raw e-mail



On Wed, 22 Apr 1998, Michael Imor wrote:

> I'm not sure this is the correct list but let me ask here anyhow.  I was
> going through the pthread man pages and there's quite a few functions
> listed in there that I cannot find in any library.  Most importantly is
> the pthread_attr_setscope function.  Any ideas?

pthread_attr_setscope is not implemented because libc_r does not support
PTHREAD_SCOPE_SYSTEM. portable code should ifdef its usage with
#ifdef _POSIX_THREAD_PRIORITY_SCHEDULING

	-Dima

> 
> Mike
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-smp" in the body of the message
> 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-smp" in the body of the message


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.3.95.980422235049.26429B-100000>