Home
last modified time | relevance | path

Searched refs:shutdown_requested_ (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/sw/source/ui/dbui/
H A Dmaildispatcher.cxx106 shutdown_requested_(false) in MailDispatcher()
129 OSL_PRECOND(!shutdown_requested_, "MailDispatcher thread is shuting down already"); in enqueueMailMessage()
154 OSL_PRECOND(!shutdown_requested_, "MailDispatcher thread is shuting down already"); in start()
156 if (!shutdown_requested_) in start()
173 OSL_PRECOND(!shutdown_requested_, "MailDispatcher thread is shuting down already"); in stop()
175 if (!shutdown_requested_) in stop()
190 OSL_PRECOND(!shutdown_requested_, "MailDispatcher thread is shuting down already"); in shutdown()
192 shutdown_requested_ = true; in shutdown()
203 OSL_PRECOND(!shutdown_requested_, "MailDispatcher thread is shuting down already"); in addListener()
211 OSL_PRECOND(!shutdown_requested_, "MailDispatcher thread is shuting down already"); in removeListener()
[all …]
/aoo42x/main/sw/source/ui/inc/
H A Dmaildispatcher.hxx131 { return shutdown_requested_; } in isShutdownRequested()
161 bool shutdown_requested_; member in MailDispatcher

Completed in 31 milliseconds