Searched refs:send_async (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteClientBase.cpp | 157 bool send_async) { in SendPacketAndWaitForResponse() argument 158 Lock lock(*this, send_async); in SendPacketAndWaitForResponse() 165 __FUNCTION__, int(payload.size()), payload.data(), send_async); in SendPacketAndWaitForResponse() 175 bool send_async, in SendPacketAndReceiveResponseWithOutputSupport() argument 177 Lock lock(*this, send_async); in SendPacketAndReceiveResponseWithOutputSupport() 184 __FUNCTION__, int(payload.size()), payload.data(), send_async); in SendPacketAndReceiveResponseWithOutputSupport()
|
D | GDBRemoteClientBase.h | 46 bool send_async); 50 bool send_async,
|
D | GDBRemoteCommunicationClient.h | 615 StringExtractorGDBRemote &response, bool send_async);
|
D | GDBRemoteCommunicationClient.cpp | 526 bool send_async) { in SendThreadSpecificPacketAndWaitForResponse() argument 527 Lock lock(*this, send_async); in SendThreadSpecificPacketAndWaitForResponse() 4052 const bool send_async = false; in GetSupportedStructuredDataPlugins() local 4054 send_async) == PacketResult::Success) { in GetSupportedStructuredDataPlugins() 4137 const bool send_async = false; in ConfigureRemoteStructuredData() local 4140 SendPacketAndWaitForResponse(stream.GetString(), response, send_async); in ConfigureRemoteStructuredData()
|
D | ProcessGDBRemote.cpp | 2543 bool send_async = true; in DoDestroy() local 2547 if (m_gdb_comm.SendPacketAndWaitForResponse("k", response, send_async) == in DoDestroy() 5262 bool send_async = true; in DoExecute() local 5265 packet_cstr, response, send_async); in DoExecute() 5314 bool send_async = true; in DoExecute() local 5318 packet.GetString(), response, send_async, in DoExecute()
|
/external/walt/android/WALT/app/src/main/jni/ |
D | sync_clock.c | 135 int send_async(struct clock_connection *clk, char cmd) { in send_async() function 221 send_async(clk, c); in improve_minE() 254 send_async(clk, CMD_SYNC_SEND); in improve_maxE()
|
/external/llvm-project/lldb/unittests/Process/gdb-remote/ |
D | GDBRemoteClientBaseTest.cpp | 136 const bool send_async = true; in TEST_F() local 148 client.SendPacketAndWaitForResponse("qTest1", response, !send_async)); in TEST_F() 152 send_async); in TEST_F() 236 const bool send_async = true; in TEST_F() local 265 !send_async); in TEST_F()
|