Searched refs:pu32InitCnt (Results 1 – 8 of 8) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/msos/msos/nuttx/ |
| H A D | MsOS_nuttx.c | 1185 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 D | MsOS_linux_kernel.c | 1476 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 D | MsOS_linux_kernel.c | 1663 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 D | MsOS_ecos.c | 1720 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 D | MsOS_ucos.c | 1730 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 D | MsOS_optee.c | 1167 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 D | MsOS_linux.c | 2118 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 D | MsOS_nos.c | 1072 MS_BOOL MsOS_InfoSemaphore (MS_S32 s32SemaphoreId, MS_U32 *pu32InitCnt, MsOSAttribute *peAttribute,… in MsOS_InfoSemaphore() argument
|