Lines Matching refs:hEventGuard_
558 osl_destroyMutex( hEventGuard_ ); in doDestruct()
580 hEventGuard_ = (oslMutex)ILLEGAL_POINTER; in doDestruct()
805 hEventGuard_ = NULL; in Init()
844 hEventGuard_ = osl_createMutex(); in Init()
2149 if( osl_acquireMutex( hEventGuard_ ) ) in SendInternalEvent()
2156 osl_releaseMutex( hEventGuard_ ); in SendInternalEvent()
2165 if( osl_acquireMutex( hEventGuard_ ) ) in CancelInternalEvent()
2183 osl_releaseMutex( hEventGuard_ ); in CancelInternalEvent()
2194 if( osl_acquireMutex( hEventGuard_ ) ) in IsEvent()
2198 osl_releaseMutex( hEventGuard_ ); in IsEvent()
2214 if( osl_acquireMutex( hEventGuard_ ) ) in DispatchInternalEvent()
2224 osl_releaseMutex( hEventGuard_ ); in DispatchInternalEvent()
2676 if( osl_acquireMutex( hEventGuard_ ) ) in deregisterFrame()
2686 osl_releaseMutex( hEventGuard_ ); in deregisterFrame()