[Go to CFHT Home Page] Man Pages
Back to Software Index  BORDER=0Manpage Top Level
    yield(2) manual page Table of Contents

Name

yield - yield execution to another lightweight process

Synopsis

#include <unistd.h>

void yield(void);

Description

yield() causes the current lightweight process to yield its execution in favor of another lightweight process with the same or greater priority.

See Also

thr_yield(3T)


Table of Contents