Searched refs:SendAsyncSignal (Results 1 – 4 of 4) sorted by relevance
36 bool SendAsyncSignal(int signo, std::chrono::seconds interrupt_timeout);
161 bool GDBRemoteClientBase::SendAsyncSignal( in SendAsyncSignal() function in GDBRemoteClientBase
3206 if (!m_gdb_comm.SendAsyncSignal(signo, GetInterruptTimeout())) in DoSignal()
111 ASSERT_FALSE(client.SendAsyncSignal(0x47, g_timeout)); in TEST_F()121 return client.SendAsyncSignal(0x47, g_timeout); in TEST_F()