Searched refs:timeout_work (Results 1 – 1 of 1) sorted by relevance
| /oneTBB/python/tbb/ |
| H A D | test.py | 85 def timeout_work(param): function 130 result = pool.apply_async(timeout_work, (None,)) 147 result = pool.map_async(timeout_work, range(10), callback=cb) 153 result = pool.imap_async(timeout_work, range(3, 10), callback=cb) 163 result = pool.imap_unordered_async(timeout_work, range(10, 3, -1), callback=cb)
|