Name
event_close — Close the specified event
Synopsis
#include "event.h"
| int **event_close** (
| e)
; | |
Description
Close the specified event.
Note
Freeing the event structure does not close the descriptor; the user must do this.
- e
-
The Event that you wish to close.
On success this function returns the value of the system function close
; on failure, 0
is returned.
Warning
Only call this function from the Scheduler
thread.
See Also
Was this page helpful?