Function cmb_event_reprioritize
Defined in File cmb_event.h
Function Documentation
-
bool cmb_event_reprioritize(uint64_t handle, int64_t priority)
Reprioritizes event to another priority level.
- Parameters:
handle – The
handleof some event in the event queue.priority – The new priority of the event.
- Returns:
trueif the event was found,falseif not.