]> git.saurik.com Git - apple/libpthread.git/blob - man/pthread_yield_np.3
libpthread-330.230.1.tar.gz
[apple/libpthread.git] / man / pthread_yield_np.3
1 .\" $OpenBSD: pthread_yield.3,v 1.3 2004/01/25 14:48:32 jmc Exp $
2 .\"
3 .\" PUBLIC DOMAIN: No Rights Reserved. Marco S Hyman <marc@snafu.org>
4 .\"
5 .\" $FreeBSD$
6 .\"
7 .Dd September 18, 2006
8 .Dt PTHREAD_YIELD_NP 3
9 .Os
10 .Sh NAME
11 .Nm pthread_yield_np
12 .Nd yield control of the current thread
13 .Sh SYNOPSIS
14 .In pthread.h
15 .Ft void
16 .Fn pthread_yield_np void
17 .Sh DESCRIPTION
18 The
19 .Fn pthread_yield
20 causes the running thread to relinquish the processor.