Searched refs:EVT_SUBSCRIBE_TO_EVT (Results 1 – 2 of 2) sorted by relevance
30 #define EVT_SUBSCRIBE_TO_EVT 0x00000000 macro
976 case EVT_SUBSCRIBE_TO_EVT: in osInternalEvtHandle()991 else if (evt == EVT_SUBSCRIBE_TO_EVT && i == task->subbedEvtCount) { in osInternalEvtHandle()1147 …return osEnqueueEvtOrFree(sub ? EVT_SUBSCRIBE_TO_EVT : EVT_UNSUBSCRIBE_TO_EVT, act, osDeferredActi… in osEventsSubscribeUnsubscribeV()