Destroy_Event(3)

Synopsis

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

#include "unify.h"

int Destroy_Event(int event_id);

Description

Destroy_Event(3) frees the resources associated with the event counter associated with event_id.

Return Values

Destroy_Event(3) returns the event_id if successful. Otherwise, a value of -1 is returned.

See Also

Create_Event(3) Event Counters and Sequencers(3),

Notes

It is not clear what happens if Destroy_Event(3) is called while several processes are blocked on the same event with Await(3).


RCS status $Id: Destroy_Event.html,v 1.1 1998/01/15 16:26:06 dieter Exp $