$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2004-09-03 05:17:29
>>> ** checking pthread_yield... no
>>> This is correct, but I do have a pthread_yield_np() function, maybe
>>> we should look for it, too.
>>
>> It's up to the thread lib guys to use it (or not), maybe you could hassle
>> the authors of the thread lib you are using to provide a standard
>> function signature?
>
> There is no pthread_yield in POSIX. Yields are evil anyway. ;-)
It's spelled "sched_yield", pthread_yield and variants were the pre-standard
names.
John.