Home
last modified time | relevance | path

Searched refs:Executor (Results 1 - 9 of 9) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/src/
H A Dexecutor_test.cc240 Executor ex; in TEST_F()
270 Executor ex; in TEST_F()
300 Executor ex; in TEST_F()
327 Executor ex; in TEST_F()
362 Executor ex; in TEST_F()
393 Executor ex; in TEST_F()
414 Executor ex; in TEST_F()
434 Executor ex; in TEST_F()
464 Executor ex; in TEST_F()
484 Executor e in TEST_F()
[all...]
H A Dexecutor.cc29 Executor::Executor() = default;
31 Executor::~Executor() = default;
33 Result Executor::CompileShaders(const amber::Script* script, in CompileShaders()
57 Result Executor::Execute(Engine* engine, in Execute()
108 Result Executor::ExecuteCommand(Engine* engine, Command* cmd) { in ExecuteCommand()
H A Dexecutor.h27 class Executor { class
30 Executor();
31 ~Executor();
H A Damber.cc173 Executor executor; in ExecuteWithShaderData()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DParallel.cpp30 class Executor { class
32 virtual ~Executor() = default;
35 static Executor *getDefaultExecutor();
38 /// An implementation of an Executor that runs closures on a thread pool
40 class ThreadPoolExecutor : public Executor {
114 Executor *Executor::getDefaultExecutor() { in getDefaultExecutor()
152 Executor::getDefaultExecutor()->add([&, F] { in spawn()
/third_party/python/Lib/concurrent/futures/
H A Dthread.py118 class ThreadPoolExecutor(_base.Executor):
178 submit.__doc__ = _base.Executor.submit.__doc__
236 shutdown.__doc__ = _base.Executor.shutdown.__doc__
H A D__init__.py16 Executor,
28 'Executor',
H A Dprocess.py18 | Executor | | Thread | | |
27 Executor.submit() called:
303 mp.util.debug('Executor collected: triggering callback for'
615 class ProcessPoolExecutor(_base.Executor):
790 submit.__doc__ = _base.Executor.submit.__doc__
841 shutdown.__doc__ = _base.Executor.shutdown.__doc__
H A D_base.py500 Should only be used by Executor implementations and unit tests.
509 This method should be called by Executor implementations before
540 Should only be used by Executor implementations and unit tests.
555 Should only be used by Executor implementations and unit tests.
569 class Executor(object): class
628 """Clean-up the resources associated with the Executor.

Completed in 7 milliseconds