get_floating_event_set
Last updated March 2020
Name
get_floating_event_set — Retrieve a floating event set
Synopsis
#include "scheduler.h"
| void **get_floating_event_set** (
| set, | |
| | count)
; | |
Description
Retrieve a floating 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?