1 .\" $OpenBSD: pthread_yield.3,v 1.3 2004/01/25 14:48:32 jmc Exp $
3 .\" PUBLIC DOMAIN: No Rights Reserved. Marco S Hyman <marc@snafu.org>
5 .\" $FreeBSD: src/share/man/man3/pthread_yield.3,v 1.2 2007/10/22 10:08:01 ru Exp $
12 .Nd yield control of the current thread
18 .Fn pthread_yield void
22 forces the running thread to relinquish the processor until it again
23 becomes the head of its thread list.
29 is a non-portable (but quite common) extension to