Home
last modified time | relevance | path

Searched refs:EVT_UNSUBSCRIBE_TO_EVT (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/firmware/src/
Dseos.c54 #define EVT_UNSUBSCRIBE_TO_EVT 0x00000001 macro
938 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()