Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DMsOS_linux_kernel.c1424 MS_S32 MsOS_CreateSemaphore (MS_U32 u32InitCnt, in MsOS_CreateSemaphore() argument
1452 sema_init(&_MsOS_Semaphore_Info[s32Id].stSemaphore, u32InitCnt); in MsOS_CreateSemaphore()
1453 _MsOS_Semaphore_Info[s32Id].u32SemaCount = u32InitCnt; in MsOS_CreateSemaphore()
/utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/
H A DMsOS_nuttx.c1056 MS_S32 MsOS_CreateSemaphore (MS_U32 u32InitCnt, in MsOS_CreateSemaphore() argument
1083 sem_init(&_MsOS_Semaphore_Info[s32Id].stSemaphore, 0, u32InitCnt); in MsOS_CreateSemaphore()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A DMsOS_linux_kernel.c1350 MS_S32 MsOS_CreateSemaphore (MS_U32 u32InitCnt,
1375 sem_init(&_MsOS_Semaphore_Info[s32Id].stSemaphore, 0, u32InitCnt);
/utopia/UTPA2-700.0.x/modules/msos/msos/ecos/
H A DMsOS_ecos.c1580 MS_S32 MsOS_CreateSemaphore (MS_U32 u32InitCnt, in MsOS_CreateSemaphore() argument
1609 cyg_semaphore_init( &_MsOS_Semaphore_Info[s32Id].stSemaphore, u32InitCnt); in MsOS_CreateSemaphore()
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DMsOS.h799 MS_S32 MsOS_CreateSemaphore (MS_U32 u32InitCnt,
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A DMsOS_ucos.c1559 MS_S32 MsOS_CreateSemaphore (MS_U32 u32InitCnt, in MsOS_CreateSemaphore() argument
1589 _MsOS_Semaphore_Info[s32Id].stSemaphore = OSSemCreate(u32InitCnt); in MsOS_CreateSemaphore()
/utopia/UTPA2-700.0.x/modules/msos/msos/optee/
H A DMsOS_optee.c1009 MS_S32 MsOS_CreateSemaphore (MS_U32 u32InitCnt, in MsOS_CreateSemaphore() argument
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c1984 MS_S32 MsOS_CreateSemaphore (MS_U32 u32InitCnt, in MsOS_CreateSemaphore() argument
2009 sem_init(&_MsOS_Semaphore_Info[s32Id].stSemaphore, 0, u32InitCnt); in MsOS_CreateSemaphore()
/utopia/UTPA2-700.0.x/modules/msos/msos/nos/
H A DMsOS_nos.c1015 MS_S32 MsOS_CreateSemaphore (MS_U32 u32InitCnt, in MsOS_CreateSemaphore() argument
/utopia/UTPA2-700.0.x/mxlib/include/
H A DMsOS.h941 MS_S32 MsOS_CreateSemaphore (MS_U32 u32InitCnt,
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt81277 MS_S32 MsOS_CreateSemaphore (MS_U32 u32InitCnt,