Home
last modified time | relevance | path

Searched refs:pu32InitCnt (Results 1 – 8 of 8) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/
H A DMsOS_nuttx.c1185 MS_BOOL MsOS_InfoSemaphore (MS_S32 s32SemaphoreId, MS_U32 *pu32InitCnt, MsOSAttribute *peAttribute,… in MsOS_InfoSemaphore() argument
1196 …return sem_getvalue(&_MsOS_Semaphore_Info[s32SemaphoreId].stSemaphore,(int *)pu32InitCnt) >= 0 ? T… in MsOS_InfoSemaphore()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A DMsOS_linux_kernel.c1476 MS_BOOL MsOS_InfoSemaphore (MS_S32 s32SemaphoreId, MS_U32 *pu32InitCnt, MsOSAttribute *peAttribute,…
1488 (int *)pu32InitCnt) >= 0 ? TRUE : FALSE;
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DMsOS_linux_kernel.c1663 MS_BOOL MsOS_InfoSemaphore (MS_S32 s32SemaphoreId, MS_U32 *pu32InitCnt, MsOSAttribute *peAttribute,…
1675 (int *)pu32InitCnt) >= 0 ? TRUE : FALSE;
/utopia/UTPA2-700.0.x/modules/msos/msos/ecos/
H A DMsOS_ecos.c1720 MS_BOOL MsOS_InfoSemaphore (MS_S32 s32SemaphoreId, MS_U32 *pu32InitCnt, MsOSAttribute *peAttribute,… in MsOS_InfoSemaphore() argument
1734 *pu32InitCnt = _MsOS_Semaphore_Info[s32SemaphoreId].stSemaphore.count; in MsOS_InfoSemaphore()
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A DMsOS_ucos.c1730 MS_BOOL MsOS_InfoSemaphore (MS_S32 s32SemaphoreId, MS_U32 *pu32InitCnt, MsOSAttribute *peAttribute,… in MsOS_InfoSemaphore() argument
1751 *pu32InitCnt = sem_data.OSCnt; in MsOS_InfoSemaphore()
/utopia/UTPA2-700.0.x/modules/msos/msos/optee/
H A DMsOS_optee.c1167 MS_BOOL MsOS_InfoSemaphore (MS_S32 s32SemaphoreId, MS_U32 *pu32InitCnt, MsOSAttribute *peAttribute,… in MsOS_InfoSemaphore() argument
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DMsOS_linux.c2118 MS_BOOL MsOS_InfoSemaphore (MS_S32 s32SemaphoreId, MS_U32 *pu32InitCnt, MsOSAttribute *peAttribute,… in MsOS_InfoSemaphore() argument
2130 (int *)pu32InitCnt) >= 0 ? TRUE : FALSE; in MsOS_InfoSemaphore()
/utopia/UTPA2-700.0.x/modules/msos/msos/nos/
H A DMsOS_nos.c1072 MS_BOOL MsOS_InfoSemaphore (MS_S32 s32SemaphoreId, MS_U32 *pu32InitCnt, MsOSAttribute *peAttribute,… in MsOS_InfoSemaphore() argument