|
noexcept |
Releases resources associated with the specified event object.
[in] | pEvent | is an identifier of the event to be disposed of. |
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.