Skip to main content

Name

event_close — Close the specified event

Synopsis

#include "event.h"

| int **event_close** ( | e); |   |

Event * <var class="pdparam">e</var>;

Description

Close the specified event.

Note

Freeing the event structure does not close the descriptor; the user must do this.

Parameters

e

The Event that you wish to close.

Return Values

On success this function returns the value of the system function close; on failure, 0 is returned.

Threading

Warning

Only call this function from the Scheduler thread.

See Also

Was this page helpful?