Searched refs:GetShouldNotify (Results 1 – 5 of 5) sorted by relevance
109 bool SBUnixSignals::GetShouldNotify(int32_t signo) const { in GetShouldNotify() function in SBUnixSignals111 return signals_sp->GetShouldNotify(signo); in GetShouldNotify()
44 bool GetShouldNotify(int32_t signo) const;
54 bool GetShouldNotify(int32_t signo) const;
254 bool UnixSignals::GetShouldNotify(int signo) const { in GetShouldNotify() function in UnixSignals
950 thread_sp->GetProcess()->GetUnixSignals()->GetShouldNotify(m_value); in DoShouldNotify()