Searched refs:_aCond (Results 1 – 1 of 1) sorted by relevance
190 ServerSocketThread( osl::Condition &_aCond ):m_aCondition(_aCond) in ServerSocketThread() argument250 ClientSocketThread( osl::Condition &_aCond ): in ClientSocketThread() argument251 m_aCondition(_aCond), in ClientSocketThread()382 ReadSocketThread(sal_Int32 _nBufferSize, int _nValue, osl::Condition &_aCond ) in ReadSocketThread() argument384 m_aCondition(_aCond) in ReadSocketThread()503 WriteSocketThread(sal_Int32 _nBufferSize, int _nValue, osl::Condition &_aCond ) in WriteSocketThread() argument504 : m_aCondition(_aCond) in WriteSocketThread()
Completed in 21 milliseconds