Searched refs:ReadThread (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/Core/
H A DCommunication.h314 ReadThread (lldb::thread_arg_t comm_ptr);
353 std::string m_bytes; ///< A buffer to cache bytes read in the ReadThread function.
/external/lldb/source/Core/
H A DCommunication.cpp246 m_read_thread = Host::ThreadCreate (thread_name, Communication::ReadThread, this, error_ptr);
337 Communication::ReadThread (void *p) function in class:Communication
344 log->Printf ("%p Communication::ReadThread () thread starting...", p);
389 log->Printf ("%p Communication::ReadThread () thread exiting...", p);

Completed in 482 milliseconds