Searched refs:GetShouldNotify (Results 1 – 6 of 6) sorted by relevance
123 bool SBUnixSignals::GetShouldNotify(int32_t signo) const { in GetShouldNotify() function in SBUnixSignals127 return signals_sp->GetShouldNotify(signo); in GetShouldNotify()
52 GetShouldNotify (int32_t signo) const;
45 bool GetShouldNotify(int32_t signo) const;
53 bool GetShouldNotify(int32_t signo) const;
254 bool UnixSignals::GetShouldNotify(int signo) const { in GetShouldNotify() function in UnixSignals
1077 thread_sp->GetProcess()->GetUnixSignals()->GetShouldNotify(m_value); in DoShouldNotify()