get_fd_event_set
Name
get_fd_event_set — Retrieve an event set
Synopsis
#include "scheduler.h"
| void **get_fd_event_set** (
| set, | |
| | count)
; | |
Event *** <var class="pdparam">set</var>
;
int * <var class="pdparam">count</var>
;
Description
Retrieve an event set.
- set
-
The event set.
- count
-
The size of the event fetched.
This function returns void. On success, set
points to the event set.
Warning
Only call this function from the Scheduler
thread.