Searched defs:MockTask (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/common_components/taskpool/tests/ |
| D | runner_test.cpp | 41 class MockTask : public Task { class 43 explicit MockTask(int32_t id) in MockTask() function in common::MockTask
|
| D | task_queue_test.cpp | 41 class MockTask : public Task { class 43 explicit MockTask(int id) : Task(id), executed_(false) {} in MockTask() function in common::MockTask
|
| D | taskpool_test.cpp | 26 class MockTask : public Task { class 28 explicit MockTask(int32_t id) in MockTask() function in common::MockTask
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | mock_queue_thread_pool.cpp | 52 class MockTask : public TaskInterface { class 54 explicit MockTask(size_t identifier = 0) : identifier_(identifier) {} in MockTask() function in ark::test::MockTask 171 void CreateTasks(ThreadPool<MockTask, MockProcessor, MockTaskController *> *threadPool, size_t numb… in CreateTasks() 250 void ControllerThreadPutTask(ThreadPool<MockTask, MockProcessor, MockTaskController *> *threadPool, in ControllerThreadPutTask() 256 void ControllerThreadTryPutTask(ThreadPool<MockTask, MockProcessor, MockTaskController *> *threadPo… in ControllerThreadTryPutTask() 268 void ControllerThreadScale(ThreadPool<MockTask, MockProcessor, MockTaskController *> *threadPool, in ControllerThreadScale() 274 void ControllerThreadShutdown(ThreadPool<MockTask, MockProcessor, MockTaskController *> *threadPool… in ControllerThreadShutdown()
|