Searched refs:EVENT_MUTEX_UNLOCK (Results 1 – 3 of 3) sorted by relevance
323 #define EVENT_MUTEX_UNLOCK(flags) spin_unlock_irqrestore(&_MsOS_EventGroup_Mutex, flags) macro1705 EVENT_MUTEX_UNLOCK(flag); in MsOS_CreateEventGroup()1716 EVENT_MUTEX_UNLOCK(flag); in MsOS_CreateEventGroup()1745 EVENT_MUTEX_UNLOCK(flags); in MsOS_DeleteEventGroup()1751 EVENT_MUTEX_UNLOCK(flags); in MsOS_DeleteEventGroup()1761 EVENT_MUTEX_UNLOCK(flags); in MsOS_DeleteEventGroup()1790 EVENT_MUTEX_UNLOCK(flag); in MsOS_SetEvent()1793 EVENT_MUTEX_UNLOCK(flag); in MsOS_SetEvent()1825 EVENT_MUTEX_UNLOCK(flag); in MsOS_ClearEvent()1828 EVENT_MUTEX_UNLOCK(flag); in MsOS_ClearEvent()[all …]
380 #define EVENT_MUTEX_UNLOCK(flag) spin_unlock_irqrestore(&_MsOS_EventGroup_Mutex, flag) macro1519 EVENT_MUTEX_UNLOCK(flag); in MsOS_CreateEventGroup()1555 EVENT_MUTEX_UNLOCK(flag); in MsOS_DeleteEventGroup()
1774 #define EVENT_MUTEX_UNLOCK() OSSemPost(_MsOS_EventGroup_Mutex) macro1800 EVENT_MUTEX_UNLOCK(); in MsOS_CreateEventGroup()