Subject: Re: pthread_yield ?
To: Florian =?iso-8859-1?q?St=F6hr?= <netbsd@wolfnode.de>
From: Klaus Klein <kleink@reziprozitaet.de>
List: current-users
Date: 03/11/2004 14:49:39
Florian St=F6hr <netbsd@wolfnode.de> writes:

> just wondering ... why isn't there a pthread_yield in
> /usr/include/pthread.h on -current ?

Because sched_yield() is the portable interface you should use.


- Klaus