Searched refs:pMutexShm (Results 1 – 1 of 1) sorted by relevance
516 static sem_t* pMutexShm = NULL; variable3426 if (SEM_FAILED == (pMutexShm = sem_open(SHM_MUTEX_NAME, O_CREAT | O_EXCL, 0666, 1))) in MsOS_SHM_Init()3428 if (SEM_FAILED == (pMutexShm = sem_open(SHM_MUTEX_NAME, 0))) in MsOS_SHM_Init()3434 _MSOS_SHM_LOCK(pMutexShm); in MsOS_SHM_Init()3481 _MSOS_SHM_UNLOCK(pMutexShm); in MsOS_SHM_Init()3492 _MSOS_SHM_UNLOCK(pMutexShm); in MsOS_SHM_Init()3509 _MSOS_SHM_UNLOCK(pMutexShm); in MsOS_SHM_Init()3517 _MSOS_SHM_UNLOCK(pMutexShm); in MsOS_SHM_Init()3559 _MSOS_SHM_LOCK(pMutexShm); in MsOS_SHM_GetId()3620 _MSOS_SHM_UNLOCK(pMutexShm); in MsOS_SHM_GetId()[all …]