Test that a barrier works for 10 consecutive runs
(self)
| 2301 | |
| 2302 | @warnings_helper.ignore_fork_in_thread_deprecation_warnings() |
| 2303 | def test_barrier_10(self): |
| 2304 | """ |
| 2305 | Test that a barrier works for 10 consecutive runs |
| 2306 | """ |
| 2307 | return self.test_barrier(10) |
| 2308 | |
| 2309 | @classmethod |
| 2310 | def _test_wait_return_f(cls, barrier, queue): |
nothing calls this directly
no test coverage detected