Searched refs:u32InitCnt (Results 1 – 11 of 11) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/ |
| H A D | MsOS_linux_kernel.c | 1424 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 D | MsOS_nuttx.c | 1056 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 D | MsOS_linux_kernel.c | 1350 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 D | MsOS_ecos.c | 1580 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 D | MsOS.h | 799 MS_S32 MsOS_CreateSemaphore (MS_U32 u32InitCnt,
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/ucos/ |
| H A D | MsOS_ucos.c | 1559 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 D | MsOS_optee.c | 1009 MS_S32 MsOS_CreateSemaphore (MS_U32 u32InitCnt, in MsOS_CreateSemaphore() argument
|
| /utopia/UTPA2-700.0.x/modules/msos/msos/linux/ |
| H A D | MsOS_linux.c | 1984 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 D | MsOS_nos.c | 1015 MS_S32 MsOS_CreateSemaphore (MS_U32 u32InitCnt, in MsOS_CreateSemaphore() argument
|
| /utopia/UTPA2-700.0.x/mxlib/include/ |
| H A D | MsOS.h | 941 MS_S32 MsOS_CreateSemaphore (MS_U32 u32InitCnt,
|
| /utopia/UTPA2-700.0.x/projects/build/ |
| H A D | preprocess.txt | 81277 MS_S32 MsOS_CreateSemaphore (MS_U32 u32InitCnt,
|