Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/src/
Dseos.c1094 static bool osEventSubscribeUnsubscribe(uint32_t tid, uint32_t evtType, bool sub) in osEventSubscribeUnsubscribe() function
1109 return osEventSubscribeUnsubscribe(osGetCurrentTid(), evtType, true); in osEventSubscribe()
1115 return osEventSubscribeUnsubscribe(osGetCurrentTid(), evtType, false); in osEventUnsubscribe()