get_fd_event_set
Last updated March 2020
Name
get_fd_event_set — Retrieve an event set
Synopsis
#include "scheduler.h"
| void **get_fd_event_set** (
| set, | |
| | count)
; | |
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.
See Also
Was this page helpful?