|
LibreOffice Module configmgr (master) 1
|
Public Member Functions | |
| WriteThread (rtl::Reference< WriteThread > *reference, Components &components, OUString url, Data const &data) | |
| void | flush () |
Public Member Functions inherited from salhelper::Thread | |
| Thread (char const *name) | |
| void | launch () |
Public Member Functions inherited from salhelper::SimpleReferenceObject | |
| SimpleReferenceObject () | |
| void | acquire () |
| void | release () |
Private Member Functions | |
| virtual | ~WriteThread () override |
| virtual void | execute () override |
Private Attributes | |
| rtl::Reference< WriteThread > * | reference_ |
| Components & | components_ |
| OUString | url_ |
| Data const & | data_ |
| osl::Condition | delay_ |
| std::shared_ptr< osl::Mutex > | lock_ |
Additional Inherited Members | |
Static Public Member Functions inherited from salhelper::Thread | |
| static void * | operator new (std::size_t size) |
| static void | operator delete (void *pointer) |
Static Public Member Functions inherited from salhelper::SimpleReferenceObject | |
| static void * | operator new (std::size_t nSize) |
| static void * | operator new (std::size_t nSize, std::nothrow_t const &rNothrow) |
| static void | operator delete (void *pPtr) |
| static void | operator delete (void *pPtr, std::nothrow_t const &rNothrow) |
Protected Member Functions inherited from salhelper::Thread | |
| virtual | ~Thread () SAL_OVERRIDE |
| virtual void | execute ()=0 |
Protected Member Functions inherited from salhelper::SimpleReferenceObject | |
| virtual | ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE |
Protected Attributes inherited from salhelper::SimpleReferenceObject | |
| oslInterlockedCount | m_nCount |
Definition at line 151 of file components.cxx.
| configmgr::Components::WriteThread::WriteThread | ( | rtl::Reference< WriteThread > * | reference, |
| Components & | components, | ||
| OUString | url, | ||
| Data const & | data | ||
| ) |
Definition at line 172 of file components.cxx.
|
inlineoverrideprivatevirtual |
Definition at line 160 of file components.cxx.
|
overrideprivatevirtual |
Implements salhelper::Thread.
Definition at line 182 of file components.cxx.
References configmgr::Components::data_, configmgr::Components::lock_, TOOLS_WARN_EXCEPTION, url_, and configmgr::writeModFile().
|
inline |
Definition at line 157 of file components.cxx.
References delay_.
|
private |
Definition at line 165 of file components.cxx.
|
private |
Definition at line 167 of file components.cxx.
|
private |
Definition at line 168 of file components.cxx.
Referenced by flush().
|
private |
Definition at line 169 of file components.cxx.
|
private |
Definition at line 164 of file components.cxx.
|
private |
Definition at line 166 of file components.cxx.