1yield(2)                         System Calls                         yield(2)
2
3
4

NAME

6       yield - yield execution to another lightweight process
7

SYNOPSIS

9       #include <unistd.h>
10
11       void yield(void);
12
13

DESCRIPTION

15       The  yield()  function  causes the current lightweight process to yield
16       its execution in favor of another lightweight process with the same  or
17       greater priority.
18

SEE ALSO

20       thr_yield(3C)
21
22
23
24SunOS 5.11                        20 Jul 1993                         yield(2)
Impressum