Searched refs:m_Mutex (Results 1 – 17 of 17) sorted by relevance
84 : CDocument_Base(*this, m_Mutex, in CDocument()106 ::osl::MutexGuard const g(m_Mutex); in ~CDocument()326 ::osl::MutexGuard const g(m_Mutex); in addListener()334 ::osl::MutexGuard const g(m_Mutex); in removeListener()418 ::osl::MutexGuard const g(m_Mutex); in setOutputStream()425 ::osl::MutexGuard const g(m_Mutex); in getOutputStream()434 ::osl::MutexGuard const g(m_Mutex); in createAttribute()451 ::osl::MutexGuard const g(m_Mutex); in createAttributeNS()486 ::osl::MutexGuard const g(m_Mutex); in createCDATASection()504 ::osl::MutexGuard const g(m_Mutex); in createComment()[all …]
91 ::osl::MutexGuard g(m_Mutex); in getState()99 ::osl::MutexGuard g(m_Mutex); in reset()111 ::osl::MutexGuard g(m_Mutex); in getDocument()122 ::osl::MutexGuard g(m_Mutex); in getDocumentFragment()132 ::osl::MutexGuard g(m_Mutex); in startDocumentFragment()149 ::osl::MutexGuard g(m_Mutex); in endDocumentFragment()166 ::osl::MutexGuard g(m_Mutex); in startDocument()183 ::osl::MutexGuard g(m_Mutex); in endDocument()199 ::osl::MutexGuard g(m_Mutex); in startElement()302 ::osl::MutexGuard g(m_Mutex); in endElement()[all …]
171 ::osl::MutexGuard const g(m_Mutex); in newDocument()324 ::osl::MutexGuard const g(m_Mutex); in parse()363 ::osl::MutexGuard const g(m_Mutex); in parseURI()387 ::osl::MutexGuard const g(m_Mutex); in setEntityResolver()395 ::osl::MutexGuard const g(m_Mutex); in getEntityResolver()404 ::osl::MutexGuard const g(m_Mutex); in setErrorHandler()
86 ::osl::Mutex m_Mutex;113 ::osl::Mutex & GetMutex() { return m_Mutex; } in GetMutex()
65 ::osl::Mutex m_Mutex;
71 ::osl::Mutex m_Mutex;
44 ::osl::MutexGuard const g(m_Mutex); in getScreenX()49 ::osl::MutexGuard const g(m_Mutex); in getScreenY()54 ::osl::MutexGuard const g(m_Mutex); in getClientX()59 ::osl::MutexGuard const g(m_Mutex); in getClientY()64 ::osl::MutexGuard const g(m_Mutex); in getCtrlKey()69 ::osl::MutexGuard const g(m_Mutex); in getShiftKey()74 ::osl::MutexGuard const g(m_Mutex); in getAltKey()79 ::osl::MutexGuard const g(m_Mutex); in getMetaKey()84 ::osl::MutexGuard const g(m_Mutex); in getButton()89 ::osl::MutexGuard const g(m_Mutex); in getRelatedTarget()[all …]
43 ::osl::MutexGuard const g(m_Mutex); in getType()50 ::osl::MutexGuard const g(m_Mutex); in getTarget()57 ::osl::MutexGuard const g(m_Mutex); in getCurrentTarget()63 ::osl::MutexGuard const g(m_Mutex); in getEventPhase()69 ::osl::MutexGuard const g(m_Mutex); in getBubbles()75 ::osl::MutexGuard const g(m_Mutex); in getCancelable()82 ::osl::MutexGuard const g(m_Mutex); in getTimeStamp()88 ::osl::MutexGuard const g(m_Mutex); in stopPropagation()100 ::osl::MutexGuard const g(m_Mutex); in initEvent()
40 ::osl::MutexGuard const g(m_Mutex); in getRelatedNode()46 ::osl::MutexGuard const g(m_Mutex); in getPrevValue()52 ::osl::MutexGuard const g(m_Mutex); in getNewValue()58 ::osl::MutexGuard const g(m_Mutex); in getAttrName()64 ::osl::MutexGuard const g(m_Mutex); in getAttrChange()74 ::osl::MutexGuard const g(m_Mutex); in initMutationEvent()
37 ::osl::MutexGuard const g(m_Mutex); in getView()43 ::osl::MutexGuard const g(m_Mutex); in getDetail()53 ::osl::MutexGuard const g(m_Mutex); in initUIEvent()
51 ::osl::Mutex m_Mutex;
36 CRITICAL_SECTION m_Mutex; member94 InitializeCriticalSection(&pMutexImpl->m_Mutex); in osl_createMutex()108 DeleteCriticalSection(&pMutexImpl->m_Mutex); in osl_destroyMutex()128 EnterCriticalSection(&pMutexImpl->m_Mutex); in osl_acquireMutex()137 EnterCriticalSection(&pMutexImpl->m_Mutex); in osl_acquireMutex()153 return (sal_Bool)(lpfTryEnterCriticalSection(&pMutexImpl->m_Mutex) != FALSE); in osl_tryToAcquireMutex()187 LeaveCriticalSection(&pMutexImpl->m_Mutex); in osl_releaseMutex()
124 osl::MutexGuard aGuard(m_Mutex); in startup()160 osl::ResettableMutexGuard aGuard(m_Mutex); in shutdown()213 osl::MutexGuard aGuard(m_Mutex); in notifyEvent()230 osl::MutexGuard aGuard(m_Mutex); in getEventListSize()240 osl::MutexGuard aGuard(m_Mutex); in resetNotifyEvent()251 osl::MutexGuard aGuard(m_Mutex); in getNextEventRecord()261 osl::MutexGuard aGuard(m_Mutex); in removeNextEventRecord()
97 osl::Mutex m_Mutex; member in CAsyncEventNotifier
36 HMTX m_Mutex; member58 rc = DosCreateMutexSem( NULL, &pMutexImpl->m_Mutex, 0, FALSE ); in osl_createMutex()80 DosCloseMutexSem( pMutexImpl->m_Mutex); in osl_destroyMutex()98 rc = DosRequestMutexSem( pMutexImpl->m_Mutex, SEM_INDEFINITE_WAIT ); in osl_acquireMutex()145 rc = DosReleaseMutexSem( pMutexImpl->m_Mutex); in osl_releaseMutex()
111 ::osl::MutexGuard const g(m_Mutex); in registerNS()121 ::osl::MutexGuard const g(m_Mutex); in unregisterNS()347 ::osl::MutexGuard const g(m_Mutex); in eval()429 ::osl::MutexGuard const g(m_Mutex); in registerExtension()448 ::osl::MutexGuard const g(m_Mutex); in registerExtensionInstance()
72 ::osl::Mutex m_Mutex;
Completed in 72 milliseconds