Searched refs:ApplyResult (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Lib/multiprocessing/ |
D | pool.py | 296 result = ApplyResult(self._cache, callback) 540 class ApplyResult(object): class 586 AsyncResult = ApplyResult # create alias -- see #17805 592 class MapResult(ApplyResult): 595 ApplyResult.__init__(self, cache, callback)
|
/external/python/cpython3/Lib/multiprocessing/ |
D | pool.py | 456 result = ApplyResult(self, callback, error_callback) 742 class ApplyResult(object): class 785 AsyncResult = ApplyResult # create alias -- see #17805 791 class MapResult(ApplyResult): 794 ApplyResult.__init__(self, pool, callback,
|
/external/python/cpython3/Lib/test/ |
D | test_genericalias.py | 26 from multiprocessing.pool import ApplyResult 80 ValueProxy, ApplyResult,
|
/external/toolchain-utils/toolchain_utils_githooks/ |
D | check-presubmit.py | 98 task: multiprocessing.pool.ApplyResult) -> CheckResult: argument
|
D | check-presubmit | 98 task: multiprocessing.pool.ApplyResult) -> CheckResult: argument
|