Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/inc/
Dseos_priv.h33 #define EVT_UNSUBSCRIBE_TO_EVT 0x00000001 macro
/device/google/contexthub/firmware/os/core/
Dseos.c1052 case EVT_UNSUBSCRIBE_TO_EVT: in osInternalEvtHandle()
1063 if (evt == EVT_UNSUBSCRIBE_TO_EVT && i != task->subbedEvtCount) in osInternalEvtHandle()
1252 …return osEnqueueEvtOrFree(sub ? EVT_SUBSCRIBE_TO_EVT : EVT_UNSUBSCRIBE_TO_EVT, act, osDeferredActi… in osEventsSubscribeUnsubscribeV()