Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tests/
Dmock_queue_thread_pool.cpp88 class MockQueue : public TaskQueueInterface<MockTask> { class
90 explicit MockQueue(mem::InternalAllocatorPtr allocator) : queue_(allocator->Adapter()) {} in MockQueue() function in ark::test::MockQueue
91 MockQueue(mem::InternalAllocatorPtr allocator, size_t queueSize) in MockQueue() function in ark::test::MockQueue