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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to