Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jun 2001 14:41:09 -0400
From:      Ian Trudel <ian@mecenia.org>
To:        hackers@FreeBSD.ORG
Subject:   pthread_attr_setscope(3) problem.
Message-ID:  <3B2F9CC5.90607@mecenia.org>

next in thread | raw e-mail | index | archive | help
Hello,

while porting a software to FreeBSD, I came across a problem with 
pthread_attr_setscope(3). The software sets PTHREAD_SCOPE_SYSTEM 
attribute. From the pthread_attr_setscope(3) implementation file, a 
comment says that this attribute is unsupported (though the code doesn't 
show that). Meanwhile, I've tried unsuccesfully other attributes. 
Looking for futher insight, I have then wrote a little and simpler 
program to test. Every attributes will just report ENOTSUP.

I would like to get some inputs about how to fix that, if any possible. 
Plus, I would like to know how does one detect whether or not that 
function can be used.

regards,
ian


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B2F9CC5.90607>