Searched refs:m_aToNotify (Results 1 – 2 of 2) sorted by relevance
25 private Object m_aToNotify; field in WaitForInput30 m_aToNotify = aToNotify; in WaitForInput()48 synchronized (m_aToNotify) in run()50 m_aToNotify.notify(); in run()
27 private Object m_aToNotify; field in WaitForInput32 m_aToNotify = aToNotify; in WaitForInput()50 synchronized (m_aToNotify) in run()52 m_aToNotify.notify(); in run()
Completed in 12 milliseconds