Create_Event(3)

Synopsis

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

#include "unify.h"

int Create_Event(void);

Description

Create_Event(3) returns an event counter identifier for a newly created event counter. The initial count of the event counter is 0.

Return Values

On successful creation Create_Event(3) returns an event counter identifier which is greater than or equal to 0. Otherwise, it returns -1.

Errors

An error can occur if not enough resources are currently available.

See Also

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


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