Searched refs:EVT_UNSUBSCRIBE_TO_EVT (Results 1 – 1 of 1) sorted by relevance
54 #define EVT_UNSUBSCRIBE_TO_EVT 0x00000001 macro938 case EVT_UNSUBSCRIBE_TO_EVT: in osInternalEvtHandle()948 if (evtType == EVT_UNSUBSCRIBE_TO_EVT && i != task->subbedEvtCount) in osInternalEvtHandle()1103 …return osEnqueueEvtOrFree(sub ? EVT_SUBSCRIBE_TO_EVT : EVT_UNSUBSCRIBE_TO_EVT, act, osDeferredActi… in osEventSubscribeUnsubscribe()