Home
last modified time | relevance | path

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

/oneTBB/python/tbb/
H A Dpool.py154 return apply_result
168 apply_result._set_value([])
169 return apply_result
184 apply_result._set_value(iter([]))
185 return apply_result
202 return apply_result
278 self._result = apply_result
421 def notify_ready(self, apply_result): argument
474 assert apply_result.ready()
475 return apply_result.get(0)
[all …]