Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DdrvMPool.c247 static MS_S32 _s32MapMutexId = -1; variable
294 if(_s32MapMutexId < 0) in MsOS_MPool_Init()
297 _s32MapMutexId = MsOS_CreateMutex(E_MSOS_FIFO, (char*)_u8MapMutex, MSOS_PROCESS_SHARED); in MsOS_MPool_Init()
299 if(_s32MapMutexId < 0) in MsOS_MPool_Init()
335 if (_s32MapMutexId != -1) in _MPOOL_MutexLock()
337 return MsOS_ObtainMutex(_s32MapMutexId, MSOS_WAIT_FOREVER); in _MPOOL_MutexLock()
381 if (_s32MapMutexId != -1) in _MPOOL_MutexUnlock()
383 return MsOS_ReleaseMutex(_s32MapMutexId); in _MPOOL_MutexUnlock()
399 if(_s32MapMutexId != -1) in MsOS_MPool_Close()
401 MsOS_DeleteMutex(_s32MapMutexId); in MsOS_MPool_Close()
[all …]