Home
last modified time | relevance | path

Searched refs:TimeoutError (Results 1 – 2 of 2) sorted by relevance

/oneTBB/python/tbb/
H A Dpool.py79 class TimeoutError(Exception): class
345 raise TimeoutError("Result not available within %fs" % timeout)
530 raise TimeoutError("Timeout while waiting for results")
H A Dtest.py100 except TimeoutError: