Skip to main content

Name

event_post_dup — Duplicate an event

Synopsis

#include "event.h"

| void **event_post_dup** ( | dst, |   | |   | src); |   |

Event * <var class="pdparam">dst</var>; Event * <var class="pdparam">src</var>;

Description

Duplicate an event. Use event_free to release a duplicated event.

Parameters

dst

The duplicated Event.

src

The original Event.

Return Values

This function returns void.

Threading

Warning

Only call this function from the Scheduler thread.

See Also

Was this page helpful?