Home
last modified time | relevance | path

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

/llvm-project/lldb/unittests/Core/
H A DCommunicationTest.cpp116 TEST_F(CommunicationTest, ReadThread) { in TEST_F() argument
/llvm-project/lldb/source/Core/
H A DThreadedCommunication.cpp265 lldb::thread_result_t ThreadedCommunication::ReadThread() { in ReadThread() function in ThreadedCommunication