Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DMsOS_linux_kernel.c315 spinlock_t stMutexEvent; member
1709 spin_lock_init(&_MsOS_EventGroup_Info[s32Id].stMutexEvent); in MsOS_CreateEventGroup()
1712 spin_lock_irqsave(&_MsOS_EventGroup_Info[s32Id].stMutexEvent, flag); in MsOS_CreateEventGroup()
1714 spin_unlock_irqrestore(&_MsOS_EventGroup_Info[s32Id].stMutexEvent, flag); in MsOS_CreateEventGroup()
1756 spin_lock_irqsave(&_MsOS_EventGroup_Info[s32EventGroupId].stMutexEvent, flags); in MsOS_DeleteEventGroup()
1758 spin_unlock_irqrestore(&_MsOS_EventGroup_Info[s32EventGroupId].stMutexEvent, flags); in MsOS_DeleteEventGroup()
1795 spin_lock_irqsave(&_MsOS_EventGroup_Info[s32EventGroupId].stMutexEvent,flag); in MsOS_SetEvent()
1798 spin_unlock_irqrestore(&_MsOS_EventGroup_Info[s32EventGroupId].stMutexEvent,flag); in MsOS_SetEvent()
1830 spin_lock_irqsave(&_MsOS_EventGroup_Info[s32EventGroupId].stMutexEvent, flag); in MsOS_ClearEvent()
1832 spin_unlock_irqrestore(&_MsOS_EventGroup_Info[s32EventGroupId].stMutexEvent,flag); in MsOS_ClearEvent()
[all …]
/utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/
H A DMsOS_nuttx.c288 pthread_mutex_t stMutexEvent; member
1230 pthread_mutex_init(&_MsOS_EventGroup_Info[s32Id].stMutexEvent, &_MsOS_Mutex_Attr); in MsOS_CreateEventGroup()
1231 pthread_mutex_lock(&_MsOS_EventGroup_Info[s32Id].stMutexEvent); in MsOS_CreateEventGroup()
1234 pthread_mutex_unlock(&_MsOS_EventGroup_Info[s32Id].stMutexEvent); in MsOS_CreateEventGroup()
1280 pthread_mutex_lock(&_MsOS_EventGroup_Info[s32EventGroupId].stMutexEvent); in MsOS_DeleteEventGroup()
1282 pthread_mutex_unlock(&_MsOS_EventGroup_Info[s32EventGroupId].stMutexEvent); in MsOS_DeleteEventGroup()
1285 pthread_mutex_destroy(&_MsOS_EventGroup_Info[s32EventGroupId].stMutexEvent); in MsOS_DeleteEventGroup()
1316 pthread_mutex_lock(&_MsOS_EventGroup_Info[s32EventGroupId].stMutexEvent); in MsOS_SetEvent()
1318 pthread_mutex_unlock(&_MsOS_EventGroup_Info[s32EventGroupId].stMutexEvent); in MsOS_SetEvent()
1350 pthread_mutex_lock(&_MsOS_EventGroup_Info[s32EventGroupId].stMutexEvent); in MsOS_ClearEvent()
[all …]
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c422 pthread_mutex_t stMutexEvent; member
2168 … PTH_RET_CHK(pthread_mutex_init(&_MsOS_EventGroup_Info[s32Id].stMutexEvent, &_MsOS_Mutex_Attr)); in MsOS_CreateEventGroup()
2169 PTH_RET_CHK(pthread_mutex_lock(&_MsOS_EventGroup_Info[s32Id].stMutexEvent)); in MsOS_CreateEventGroup()
2172 PTH_RET_CHK(pthread_mutex_unlock(&_MsOS_EventGroup_Info[s32Id].stMutexEvent)); in MsOS_CreateEventGroup()
2223 PTH_RET_CHK(pthread_mutex_lock(&_MsOS_EventGroup_Info[s32EventGroupId].stMutexEvent)); in MsOS_DeleteEventGroup()
2225 PTH_RET_CHK(pthread_mutex_unlock(&_MsOS_EventGroup_Info[s32EventGroupId].stMutexEvent)); in MsOS_DeleteEventGroup()
2228 PTH_RET_CHK(pthread_mutex_destroy(&_MsOS_EventGroup_Info[s32EventGroupId].stMutexEvent)); in MsOS_DeleteEventGroup()
2251 PTH_RET_CHK(pthread_mutex_lock(&_MsOS_EventGroup_Info[s32EventGroupId].stMutexEvent)); in MsOS_SetEvent()
2254 PTH_RET_CHK(pthread_mutex_unlock(&_MsOS_EventGroup_Info[s32EventGroupId].stMutexEvent)); in MsOS_SetEvent()
2276 PTH_RET_CHK(pthread_mutex_lock(&_MsOS_EventGroup_Info[s32EventGroupId].stMutexEvent)); in MsOS_ClearEvent()
[all …]
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A DMsOS_linux_kernel.c372 spinlock_t stMutexEvent; member
1525 spin_lock_init(&_MsOS_EventGroup_Info[s32Id].stMutexEvent); in MsOS_CreateEventGroup()
1579 spin_lock_irqsave(&_MsOS_EventGroup_Info[s32EventGroupId].stMutexEvent, flag); in MsOS_SetEvent()
1581 spin_unlock_irqrestore(&_MsOS_EventGroup_Info[s32EventGroupId].stMutexEvent, flag); in MsOS_SetEvent()
1605 spin_lock_irqsave(&_MsOS_EventGroup_Info[s32EventGroupId].stMutexEvent, flag); in MsOS_ClearEvent()
1607 spin_unlock_irqrestore(&_MsOS_EventGroup_Info[s32EventGroupId].stMutexEvent, flag); in MsOS_ClearEvent()
1691 spin_lock_irqsave(&_MsOS_EventGroup_Info[s32EventGroupId].stMutexEvent, flag); in MsOS_WaitEvent()
1697 spin_unlock_irqrestore(&_MsOS_EventGroup_Info[s32EventGroupId].stMutexEvent, flag); in MsOS_WaitEvent()
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A DMsOS_ucos.c275 OS_EVENT* stMutexEvent; member
1808 _MsOS_EventGroup_Info[s32Id].stMutexEvent = OSSemCreate(1); in MsOS_CreateEventGroup()
1932 EVENT_EACH_MUTEX_LOCK(_MsOS_EventGroup_Info[s32EventGroupId].stMutexEvent, u8Err); in MsOS_SetEvent()
1934 EVENT_EACH_MUTEX_UNLOCK(_MsOS_EventGroup_Info[s32EventGroupId].stMutexEvent); in MsOS_SetEvent()
1979 EVENT_EACH_MUTEX_LOCK(_MsOS_EventGroup_Info[s32EventGroupId].stMutexEvent, u8Err); in MsOS_ClearEvent()
1981 EVENT_EACH_MUTEX_UNLOCK(_MsOS_EventGroup_Info[s32EventGroupId].stMutexEvent); in MsOS_ClearEvent()
2071 EVENT_EACH_MUTEX_LOCK(_MsOS_EventGroup_Info[s32EventGroupId].stMutexEvent, u8Err); in MsOS_WaitEvent()
2078 EVENT_EACH_MUTEX_UNLOCK(_MsOS_EventGroup_Info[s32EventGroupId].stMutexEvent); in MsOS_WaitEvent()