Searched refs:osEventSubscribeUnsubscribe (Results 1 – 1 of 1) sorted by relevance
1094 static bool osEventSubscribeUnsubscribe(uint32_t tid, uint32_t evtType, bool sub) in osEventSubscribeUnsubscribe() function1109 return osEventSubscribeUnsubscribe(osGetCurrentTid(), evtType, true); in osEventSubscribe()1115 return osEventSubscribeUnsubscribe(osGetCurrentTid(), evtType, false); in osEventUnsubscribe()