Home | History | Annotate | Download | only in test

Lines Matching refs:sigs

1104         sigs = []
1115 sigs.append(signum)
1131 while len(sigs) < expected_sigs and time.monotonic() < deadline:
1136 while len(sigs) < expected_sigs and time.monotonic() < deadline:
1141 self.assertEqual(len(sigs), N, "Some signals were lost")
1150 sigs = []
1153 sigs.append(signum)
1169 while len(sigs) < expected_sigs and time.monotonic() < deadline:
1174 self.assertEqual(len(sigs), N, "Some signals were lost")