Home
last modified time | relevance | path

Searched defs:m_signal (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/test/test_asyncio/
Dtest_unix_events.py82 def test_add_signal_handler_setup_error(self, m_signal): argument
93 def test_add_signal_handler_coroutine_error(self, m_signal): argument
110 def test_add_signal_handler(self, m_signal): argument
121 def test_add_signal_handler_install_error(self, m_signal): argument
141 def test_add_signal_handler_install_error2(self, m_logging, m_signal): argument
159 def test_add_signal_handler_install_error3(self, m_logging, m_signal): argument
174 def test_remove_signal_handler(self, m_signal): argument
188 def test_remove_signal_handler_2(self, m_signal): argument
207 def test_remove_signal_handler_cleanup_error(self, m_logging, m_signal): argument
218 def test_remove_signal_handler_error(self, m_signal): argument
[all …]
/third_party/boost/libs/signals2/test/
Ddeadlock_regression_test.cpp59 boost::shared_ptr<Signal> m_signal; member in SelfReference