Skip to main content

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.

Parameters

set

The event set.

count

The size of the event fetched.

Return Values

This function returns void. On success, set points to the event set.

Threading

Warning

Only call this function from the Scheduler thread.

See Also

Was this page helpful?