Unify_Close(3)

Synopsis

cc [ flag ... ] file ... -lunify -levents -lpvm3 -lgpvm3 -lthread -ll -lsocket -lnsl -lw -lposix4 -lucb [ library ... ]

#include "unify.h"

void Unify_Close( void );

Description

When a worker process has finished execution, it calls Unify_Close(3) to indicate to other Unify worker processes that it is no longer taking part in the Unify program.

Return Values

none

See Also

unifyintro(3), unify_startup(3)

Bugs

There are certain race conditions in which a process calling Unify_Close() at the end of a program may not terminate.


RCS status $Id: Unify_Close.html,v 1.1 1998/01/07 17:45:50 dieter Exp $