Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A DdrvMPool.c190 static pthread_mutex_t _MsOS_MPool_Mutex = PTHREAD_MUTEX_INITIALIZER; variable
945 pthread_mutex_lock(&_MsOS_MPool_Mutex); in _MPOOL_DELAY_BINDING()
949 pthread_mutex_unlock(&_MsOS_MPool_Mutex); in _MPOOL_DELAY_BINDING()
954 pthread_mutex_unlock(&_MsOS_MPool_Mutex); in _MPOOL_DELAY_BINDING()
959 pthread_mutex_unlock(&_MsOS_MPool_Mutex); in _MPOOL_DELAY_BINDING()
965 pthread_mutex_unlock(&_MsOS_MPool_Mutex); in _MPOOL_DELAY_BINDING()
1283 pthread_mutex_lock(&_MsOS_MPool_Mutex); in MsOS_MPool_Mapping()
1300 pthread_mutex_unlock(&_MsOS_MPool_Mutex); in MsOS_MPool_Mapping()
1317 pthread_mutex_unlock(&_MsOS_MPool_Mutex); in MsOS_MPool_Mapping()
1324 pthread_mutex_unlock(&_MsOS_MPool_Mutex); in MsOS_MPool_Mapping()
[all …]
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DdrvMPool.c156 static struct mutex _MsOS_MPool_Mutex = __MUTEX_INITIALIZER(_MsOS_MPool_Mutex); variable
819 mutex_lock(&_MsOS_MPool_Mutex); in MsOS_MPool_Add_PA2VARange()
841 mutex_unlock(&_MsOS_MPool_Mutex); in MsOS_MPool_Add_PA2VARange()
862 mutex_unlock(&_MsOS_MPool_Mutex); in MsOS_MPool_Add_PA2VARange()
883 mutex_lock(&_MsOS_MPool_Mutex); in MsOS_MPool_Remove_PA2VARange()
900 mutex_unlock(&_MsOS_MPool_Mutex); in MsOS_MPool_Remove_PA2VARange()