
3 Sep
2004
3 Sep
'04
10:52 a.m.
pthread_yield is non-standard; you should use sched_yield instead (if at all). See <http://groups.google.com/groups?selm=3ecbb70c%40usenet01.boi.hp.com>
I should have made that clearer: we do use sched_yield when we can, pthread_yield is a fallback. John.