Searched refs:MyMutex (Results 1 – 2 of 2) sorted by relevance
280 m_aEventListeners( MyMutex::get() ), in GrammarCheckingIterator()281 m_aNotifyListeners( MyMutex::get() ) in GrammarCheckingIterator()289 ::osl::Guard< ::osl::Mutex > aGuard( MyMutex::get() ); in ~GrammarCheckingIterator()295 ::osl::Guard< ::osl::Mutex > aGuard( MyMutex::get() ); in NextDocId()346 ::osl::Guard< ::osl::Mutex > aGuard( MyMutex::get() ); in AddEntry()462 ::osl::Guard< ::osl::Mutex > aGuard( MyMutex::get() ); in GetGrammarChecker()527 ::osl::Guard< ::osl::Mutex > aGuard( MyMutex::get() ); in DequeueAndCheck()536 ::osl::Guard< ::osl::Mutex > aGuard( MyMutex::get() ); in DequeueAndCheck()550 ::osl::Guard< ::osl::Mutex > aGuard( MyMutex::get() ); in DequeueAndCheck()570 ::osl::ClearableGuard< ::osl::Mutex > aGuard( MyMutex::get() ); in DequeueAndCheck()[all …]
129 struct MyMutex : public rtl::Static< osl::Mutex, MyMutex > {}; struct in GrammarCheckingIterator