NAME sched_yield - yield processor CONTENTS Library Synopsis Description Return Values Errors Standards LIBRARY .Lb libc SYNOPSIS .In sched.h int sched_yield void DESCRIPTION The 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: