Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/tests/
Dmock_queue_thread_pool.cpp148 class MockProcessor : public ProcessorInterface<MockTask, MockTaskController *> { class
150 explicit MockProcessor(MockTaskController *controller) : controller_(controller) {} in MockProcessor() function in panda::test::MockProcessor
165 void CreateTasks(ThreadPool<MockTask, MockProcessor, MockTaskController *> *thread_pool, size_t num… in CreateTasks() argument
241 void ControllerThreadPutTask(ThreadPool<MockTask, MockProcessor, MockTaskController *> *thread_pool, in ControllerThreadPutTask() argument
247 void ControllerThreadTryPutTask(ThreadPool<MockTask, MockProcessor, MockTaskController *> *thread_p… in ControllerThreadTryPutTask() argument
260 void ControllerThreadScale(ThreadPool<MockTask, MockProcessor, MockTaskController *> *thread_pool, in ControllerThreadScale() argument
266 void ControllerThreadShutdown(ThreadPool<MockTask, MockProcessor, MockTaskController *> *thread_poo… in ControllerThreadShutdown() argument