Searched refs:pSolarMutex (Results 1 – 4 of 4) sorted by relevance
30 static ::vos::IMutex* pSolarMutex = 0;34 return pSolarMutex; in GetSolarMutex()39 pSolarMutex = pMutex; in SetSolarMutex()44 if ( pSolarMutex ) in Acquire()45 pSolarMutex->acquire(); in Acquire()53 if ( pSolarMutex ) in Release()54 pSolarMutex->release(); in Release()
75 LockHelper::LockHelper( ::vos::IMutex* pSolarMutex ) in LockHelper() argument91 if( pSolarMutex == NULL ) in LockHelper()98 m_pSolarMutex = pSolarMutex; in LockHelper()431 LockHelper& LockHelper::getGlobalLock( ::vos::IMutex* pSolarMutex ) in getGlobalLock() argument448 static LockHelper aLock( pSolarMutex ); in getGlobalLock()
76 ThreadHelpBase( ::vos::IMutex* pSolarMutex = NULL ) in ThreadHelpBase()77 : m_aLock( pSolarMutex ) in ThreadHelpBase()
116 LockHelper( ::vos::IMutex* pSolarMutex = NULL );137 static LockHelper& getGlobalLock ( ::vos::IMutex* pSolarMutex = NULL );
Completed in 24 milliseconds