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