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