Searched defs:executor_type (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Lib/test/ | ||
D | test_concurrent_futures.py | 91 executor_type = futures.ThreadPoolExecutor variable in ThreadPoolMixin |
/external/python/futures/ | ||
D | test_futures.py | 166 executor_type = futures.ThreadPoolExecutor variable in ThreadPoolMixin |
/external/v8/src/builtins/ | ||
D | builtins-promise.cc | 917 Node* executor_type = LoadInstanceType(var_executor.value()); in BranchIfAccessCheckFailed() local |