Note: This call is deprecated. You should consider using DeleteRtAlarm instead.
Deletes the low-level alarm event object associated with the given kernel handle. All threads waiting at the alarm event object are awakened and given an E_KN_NONEXIST status. After this call, the memory assigned to the alarm event object is available for reuse.
Note: This is a signaling call. Use with care in interrupt handlers.
VOID knDeleteRtAlarmEvent(
KNHANDLE hAlarm // kernel handle for alarm
);
hAlarm
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 3.0 | intime/rt/include/rtbase.h | rt.h | rt.lib |