chsvlib
chsv helper source code

◆ chsv_event_destroy()

void Chusov::ExecutionControl::chsv_event_destroy ( chsv_event_t pEvent)
noexcept

Releases resources associated with the specified event object.

Parameters
[in]pEventis an identifier of the event to be disposed of.
Returns
The function returns nothing.

If there are any threads blocked by a call to chsv_event_wait, chsv_event_timedwait or chsv_event_timedwaitfor over the event that is being destroyed, the behaviour of the chsv_event_destroy function as well as the behaviour of the waiting functions is undefined.

See also
chsv_event_init.