Name
event_post_dup — Duplicate an event
Synopsis
#include "event.h"
| void **event_post_dup** (
| dst, | |
| | src)
; | |
Description
Duplicate an event. Use event_free to release a duplicated event.
- dst
-
The duplicated Event.
- src
-
The original Event.
This function returns void.
Warning
Only call this function from the Scheduler
thread.
See Also
Was this page helpful?