sched_yield.2freebsd

Langue: en

Version: 265933 (debian - 07/07/09)

Section: 2 (Appels système)


BSD mandoc

NAME

sched_yield - yield processor

LIBRARY

Lb libc

SYNOPSIS

In sched.h Ft int Fn sched_yield void

DESCRIPTION

The Fn sched_yield system call forces the running process to relinquish the processor until it again becomes the head of its process list. It takes no arguments.

RETURN VALUES

Rv -std sched_yield

ERRORS

On failure errno will be set to the corresponding value:
Bq Er ENOSYS
The system is not configured to support this functionality.

STANDARDS

The Fn sched_yield system call conforms to St -p1003.1b-93 .