yield(2)




NAME

     yield - yield execution to another lightweight process


SYNOPSIS

     #include <unistd.h>

     void yield(void);


DESCRIPTION

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


SEE ALSO

     thr_yield(3THR)


Man(1) output converted with man2html