Searched refs:SendAsyncSignal (Results 1 – 3 of 3) sorted by relevance
36 bool SendAsyncSignal(int signo, std::chrono::seconds interrupt_timeout);
161 bool GDBRemoteClientBase::SendAsyncSignal( in SendAsyncSignal() function in GDBRemoteClientBase
3404 if (!m_gdb_comm.SendAsyncSignal(signo, GetInterruptTimeout())) in DoSignal()