Searched refs:timeout (Results 1 – 5 of 5) sorted by relevance
| /oneTBB/python/tbb/ |
| H A D | pool.py | 337 def get(self, timeout=None): argument 344 if not self.wait(timeout): 350 def wait(self, timeout=None): argument 353 self._event.wait(timeout) 430 def _get_result(self, idx, timeout=None): argument 460 def next(self, timeout=None): argument 465 apply_result = self._collector._get_result(self._idx, timeout) 506 def _get_result(self, idx, timeout=None): argument 525 self._cond.wait(timeout=timeout) 586 def _get_result(self, idx, timeout=None): argument [all …]
|
| H A D | test.py | 121 assert result.get(timeout=1) == 100 # ... unless slow computer 131 check_timeout_exception(result, lambda result : say(result.get(timeout=1))) 148 check_timeout_exception(result, lambda result : result.get(timeout=0.01)) 154 check_timeout_exception(result, lambda result : result.get(timeout=0.01)) 164 check_timeout_exception(result, lambda result : result.get(timeout=0.01))
|
| /oneTBB/.github/workflows/ |
| H A D | ci.yml | 38 timeout-minutes: 10 48 timeout-minutes: 10 63 timeout-minutes: 10 134 timeout-minutes: 15 147 timeout-minutes: 45 180 ctest --timeout ${TEST_TIMEOUT} --output-on-failure 185 timeout-minutes: 45 211 timeout-minutes: 45 247 timeout-minutes: 20 285 timeout-minutes: 20 [all …]
|
| /oneTBB/test/common/ |
| H A D | concurrency_tracker.h | 98 ExactConcurrencyLevel(double timeout, size_t concLevel) : in ExactConcurrencyLevel() 101 myTimeout(timeout), myConcLevel(concLevel) { in ExactConcurrencyLevel()
|
| H A D | doctest.h | 1981 DOCTEST_DEFINE_DECORATOR(timeout, double, 0);
|