Lines Matching refs:shutdown_requested_
106 shutdown_requested_(false) in MailDispatcher()
129 OSL_PRECOND(!shutdown_requested_, "MailDispatcher thread is shutting down already"); in enqueueMailMessage()
154 OSL_PRECOND(!shutdown_requested_, "MailDispatcher thread is shutting down already"); in start()
156 if (!shutdown_requested_) in start()
173 OSL_PRECOND(!shutdown_requested_, "MailDispatcher thread is shutting down already"); in stop()
175 if (!shutdown_requested_) in stop()
190 OSL_PRECOND(!shutdown_requested_, "MailDispatcher thread is shutting down already"); in shutdown()
192 shutdown_requested_ = true; in shutdown()
203 OSL_PRECOND(!shutdown_requested_, "MailDispatcher thread is shutting down already"); in addListener()
211 OSL_PRECOND(!shutdown_requested_, "MailDispatcher thread is shutting down already"); in removeListener()
261 if (shutdown_requested_) in run()