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