Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DCommunication.h276 static lldb::thread_result_t ReadThread(lldb::thread_arg_t comm_ptr);
/external/llvm-project/lldb/source/Core/
DCommunication.cpp208 thread_name, Communication::ReadThread, this); in StartReadThread()
307 lldb::thread_result_t Communication::ReadThread(lldb::thread_arg_t p) { in ReadThread() function in Communication