NAME
|
rendezvous – user level process synchronization |
SYNOPSIS
|
#include <u.h> #include <libc.h> |
DESCRIPTION
|
The rendezvous system call allows two processes to synchronize
and exchange a value. In conjunction with the shared memory system
calls (see segattach(2) and fork(2)), it enables parallel programs
to control their scheduling.
|
SOURCE
|
/sys/src/libc/9syscall |
SEE ALSO
|
fork(2), lock(2), segattach(2) |
DIAGNOSTICS
|
Sets errstr. |