Searched refs:LocalExecutor (Results 1 – 4 of 4) sorted by relevance
6 from libcxx.test.executor import LocalExecutor, TimeoutExecutor19 self.executor = TimeoutExecutor(timeout, LocalExecutor())
21 from libcxx.test.executor import LocalExecutor as LocalExecutor unknown154 if not isinstance(self.executor, LocalExecutor):
34 class LocalExecutor(Executor): class36 super(LocalExecutor, self).__init__()
198 te = LocalExecutor()