Home
last modified time | relevance | path

Searched defs:executor_type (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_concurrent_futures.py91 executor_type = futures.ThreadPoolExecutor variable in ThreadPoolMixin
95 executor_type = futures.ProcessPoolExecutor variable in ProcessPoolMixin
/external/python/futures/
Dtest_futures.py166 executor_type = futures.ThreadPoolExecutor variable in ThreadPoolMixin
170 executor_type = futures.ProcessPoolExecutor variable in ProcessPoolMixin
/external/v8/src/builtins/
Dbuiltins-promise.cc917 Node* executor_type = LoadInstanceType(var_executor.value()); in BranchIfAccessCheckFailed() local