Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c560 pthread_mutexattr_t _MsOS_Mutex_Attr; in MsOS_Init() local
583 PTH_RET_CHK(pthread_mutexattr_init(&_MsOS_Mutex_Attr)); in MsOS_Init()
586 PTH_RET_CHK(pthread_mutexattr_settype(&_MsOS_Mutex_Attr, PTHREAD_MUTEX_ERRORCHECK)); in MsOS_Init()
591 PTH_RET_CHK(pthread_mutex_init(&_MsOS_Task_Mutex, &_MsOS_Mutex_Attr)); in MsOS_Init()
643 PTH_RET_CHK(pthread_mutex_init(&_MsOS_Mutex_Mutex, &_MsOS_Mutex_Attr)); in MsOS_Init()
653 PTH_RET_CHK(pthread_mutex_init(&_MsOS_Semaphore_Mutex, &_MsOS_Mutex_Attr)); in MsOS_Init()
664 PTH_RET_CHK(pthread_mutex_init(&_MsOS_EventGroup_Mutex, &_MsOS_Mutex_Attr)); in MsOS_Init()
674 PTH_RET_CHK(pthread_mutex_init(&_MsOS_Queue_Mutex, &_MsOS_Mutex_Attr)); in MsOS_Init()
683 PTH_RET_CHK(pthread_mutex_init(&_MsOS_Timer_Mutex, &_MsOS_Mutex_Attr)); in MsOS_Init()
687 PTH_RET_CHK(pthread_mutex_init(&_MsOS_Timer_Info[u32I].TimerMutex, &_MsOS_Mutex_Attr)); in MsOS_Init()
[all …]
/utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/
H A DMsOS_nuttx.c425 pthread_mutexattr_t _MsOS_Mutex_Attr; in MsOS_Init() local
430 pthread_mutexattr_init(&_MsOS_Mutex_Attr); in MsOS_Init()
431 pthread_mutex_init(&_MsOS_Mutex_Mutex, &_MsOS_Mutex_Attr); in MsOS_Init()
440 pthread_mutex_init(&_MsOS_Semaphore_Mutex, &_MsOS_Mutex_Attr); in MsOS_Init()
451 pthread_mutex_init(&_MsOS_EventGroup_Mutex, &_MsOS_Mutex_Attr); in MsOS_Init()
824 pthread_mutexattr_t _MsOS_Mutex_Attr; in MsOS_CreateMutex() local
868 pthread_mutexattr_init(&_MsOS_Mutex_Attr); in MsOS_CreateMutex()
869 pthread_mutexattr_setpshared(&_MsOS_Mutex_Attr, s32Prop); in MsOS_CreateMutex()
872 pthread_mutexattr_settype(&_MsOS_Mutex_Attr, PTHREAD_MUTEX_ERRORCHECK); in MsOS_CreateMutex()
876 pthread_mutex_init(&_MsOS_Mutex_Info[s32LstUnused].stMutex, &_MsOS_Mutex_Attr); in MsOS_CreateMutex()
[all …]
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A DMsOS_linux_kernel.c2041 pthread_mutexattr_t _MsOS_Mutex_Attr;
2043 PTH_RET_CHK(pthread_mutexattr_init(&_MsOS_Mutex_Attr));
2046 PTH_RET_CHK(pthread_mutexattr_settype(&_MsOS_Mutex_Attr, PTHREAD_MUTEX_ERRORCHECK));
2088 PTH_RET_CHK(pthread_mutex_init(&_MsOS_Queue_Info[s32Id].SendMutex, &_MsOS_Mutex_Attr));
2089 PTH_RET_CHK(pthread_mutex_init(&_MsOS_Queue_Info[s32Id].RecvMutex, &_MsOS_Mutex_Attr));
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DMsOS_linux_kernel.c2460 pthread_mutexattr_t _MsOS_Mutex_Attr;
2462 PTH_RET_CHK(pthread_mutexattr_init(&_MsOS_Mutex_Attr));
2465 PTH_RET_CHK(pthread_mutexattr_settype(&_MsOS_Mutex_Attr, PTHREAD_MUTEX_ERRORCHECK));
2507 PTH_RET_CHK(pthread_mutex_init(&_MsOS_Queue_Info[s32Id].SendMutex, &_MsOS_Mutex_Attr));
2508 PTH_RET_CHK(pthread_mutex_init(&_MsOS_Queue_Info[s32Id].RecvMutex, &_MsOS_Mutex_Attr));