Searched refs:mpMutex (Results 1 – 7 of 7) sorted by relevance
84 , mpMutex ( pMutex ) in MasterPropertySet()92 if (mpMutex) in lockMutex()93 mpMutex->acquire(); in lockMutex()97 if (mpMutex) in unlockMutex()98 mpMutex->release(); in unlockMutex()131 if (mpMutex) in setPropertyValue()151 if (pSlave->mpMutex) in setPropertyValue()165 if (mpMutex) in getPropertyValue()186 if (pSlave->mpMutex) in getPropertyValue()226 if (mpMutex) in setPropertyValues()[all …]
44 , mpMutex ( pMutex ) in ChainablePropertySet()63 if (mpMutex) in lockMutex()64 mpMutex->acquire(); in lockMutex()69 if (mpMutex) in unlockMutex()70 mpMutex->release(); in unlockMutex()78 if (mpMutex) in setPropertyValue()79 pMutexGuard.reset( new vos::OGuard(mpMutex) ); in setPropertyValue()96 if (mpMutex) in getPropertyValue()97 pMutexGuard.reset( new vos::OGuard(mpMutex) ); in getPropertyValue()142 if (mpMutex) in setPropertyValues()[all …]
156 mpMutex( g_mutex_new() ), in Player()203 g_mutex_free( mpMutex ); in ~Player()242 g_mutex_lock( pPlayer->mpMutex ); in create()246 g_cond_wait( pPlayer->mpCond, pPlayer->mpMutex ); in create()249 g_mutex_unlock( pPlayer->mpMutex ); in create()478 g_mutex_lock( mpMutex ); in setVolumeDB()480 g_mutex_unlock( mpMutex ); in setVolumeDB()
98 g_mutex_lock( pFrameGrabber->mpMutex ); in create()102 g_cond_wait( pFrameGrabber->mpCond, pFrameGrabber->mpMutex ); in create()105 g_mutex_unlock( pFrameGrabber->mpMutex ); in create()
182 GMutex* mpMutex; member in avmedia::gst::Player
75 vos::IMutex *mpMutex; member in comphelper::ChainablePropertySet
70 vos::IMutex *mpMutex; member in comphelper::MasterPropertySet
Completed in 69 milliseconds