Home
last modified time | relevance | path

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

/aoo4110/main/fpicker/source/win32/filepicker/
H A Dasynceventnotifier.cxx52 m_bRun(false), in CAsyncEventNotifier()
131 if (!m_bRun) in startup()
142 m_bRun = true; in startup()
145 OSL_POSTCOND(m_bRun,"Could not start event notifier!"); in startup()
147 return m_bRun; in startup()
162 OSL_PRECOND(m_bRun,"Event notifier does not run!"); in shutdown()
164 m_bRun = false; in shutdown()
215 OSL_ENSURE(m_bRun,"Event notifier is not running!"); in notifyEvent()
217 if (m_bRun) in notifyEvent()
271 while (m_bRun) in run()
[all …]
H A Dasynceventnotifier.hxx91 bool m_bRun; member in CAsyncEventNotifier

Completed in 8 milliseconds