Searched refs:shutdown_requested_ (Results 1 – 2 of 2) sorted by relevance
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()[all …]
131 { return shutdown_requested_; } in isShutdownRequested()161 bool shutdown_requested_; member in MailDispatcher
Completed in 19 milliseconds