Home
last modified time | relevance | path

Searched refs:queueSize (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_promise.cpp45 auto queueSize = GetQueueSize(); in OnPromiseCompletion() local
47 for (int idx = 0; idx < queueSize; ++idx) { in OnPromiseCompletion()
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dmock_queue_thread_pool.cpp91 MockQueue(mem::InternalAllocatorPtr allocator, size_t queueSize) in MockQueue() argument
92 : TaskQueueInterface<MockTask>(queueSize), queue_(allocator->Adapter()) in MockQueue()
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddropframe_manager.cpp282 uint32_t queueSize = job::MicroJobQueue::GetPromiseQueueSize(thread, context->GetMicroJobQueue()); in PushPromiseQueueSizeRecord() local
283 promiseQueueSizeRecord_.push(queueSize); in PushPromiseQueueSizeRecord()

Completed in 2 milliseconds