Home
last modified time | relevance | path

Searched defs:send_async (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteClientBase.cpp157 bool send_async) { in SendPacketAndWaitForResponse()
175 bool send_async, in SendPacketAndReceiveResponseWithOutputSupport()
DGDBRemoteCommunicationClient.cpp526 bool send_async) { in SendThreadSpecificPacketAndWaitForResponse()
4052 const bool send_async = false; in GetSupportedStructuredDataPlugins() local
4137 const bool send_async = false; in ConfigureRemoteStructuredData() local
DProcessGDBRemote.cpp2543 bool send_async = true; in DoDestroy() local
5262 bool send_async = true; in DoExecute() local
5314 bool send_async = true; in DoExecute() local
/external/llvm-project/lldb/unittests/Process/gdb-remote/
DGDBRemoteClientBaseTest.cpp136 const bool send_async = true; in TEST_F() local
236 const bool send_async = true; in TEST_F() local
/external/walt/android/WALT/app/src/main/jni/
Dsync_clock.c135 int send_async(struct clock_connection *clk, char cmd) { in send_async() function