Home | History | Annotate | Download | only in common_lib

Lines Matching defs:select

6 import select
769 """Test that we actually select twice if the first one returns EINTR."""
774 self.god.stub_function(base_utils.select, 'select')
776 base_utils.select.select.expect_any_call().and_raises(
777 select.error(errno.EINTR, 'Select interrupted'))
780 base_utils.select.select.expect_any_call().and_return(