Searched refs:front (Results 1 – 22 of 22) sorted by relevance
35 typename QueueType::PtrTraits::RefType front() { return queue_.front(); } in front() function36 typename QueueType::PtrTraits::ConstRefType front() const { return queue_.front(); } in front() function
56 tasks.front()(context); in schedule_task()69 tasks.front()(context); in schedule_task()74 tasks.front()(context); in schedule_task()79 tasks.front()(context); in schedule_task()201 tasks.front()(context); in ticket_obtain2_duplicate_finalize_resume()262 tasks.front()(context); in ticket_obtain2_resume_finalize()344 tasks.front()(context); in take_all_tasks()
52 void StringList::push(const char* str, bool front) { in push() argument61 if (front) { in push()
31 connections_.front().SyncTeardown(); in Shutdown()
75 void push(const char* str, bool front);
49 SendIpc(ipc_queue_.front()); in SendIpcWait()224 Txn& pending = ipc_queue_.front(); in ProcessIpcReply()257 SendIpc(ipc_queue_.front()); in ProcessIpcReply()
60 raw_vnode = &open_hash_.front(); in ForAllOpenNodes()
423 } while ((&producer_queue_.front() != &w) && // We are first in line to enqueue... in EnsureSpaceLocked()437 if (!error && !b->work_queue_.front().IsReady()) { in WritebackThread()
622 } while ((&producer_queue_.front() != &w) && // We are first in line to enqueue... in EnsureSpaceLocked()870 ProcessResult result = ProcessEntry(&in_queue->front()); in ProcessQueue()
883 const dirent* d = readdir(walk_pos_.front().dir.get()); in Next()944 walk_prefix_.resize(walk_pos_.front().parent_prefix_len); in Ascend()1285 const auto& entry = entries.front(); in CreateBootFS()1453 out->Write(payload_.front()); in StreamRawPayload()1472 compressor.Write(out, payload_.front()); in StreamCompressed()1517 return static_cast<const std::byte*>(payload_.front().iov_base); in payload_data()1699 if (!ZBI_IS_KERNEL_BOOTITEM(items.front()->type())) { in IncompleteImage()1703 if (items.front()->type() != image_arch && in IncompleteImage()1898 while (!prefix.empty() && prefix.front() == '/') { in main()
300 typename PtrTraits::RefType front() { ZX_DEBUG_ASSERT(!is_empty()); return *head_; }301 typename PtrTraits::ConstRefType front() const { ZX_DEBUG_ASSERT(!is_empty()); return *head_; }
172 typename PtrTraits::RefType front() { ZX_DEBUG_ASSERT(!is_empty()); return *head_; }173 typename PtrTraits::ConstRefType front() const { ZX_DEBUG_ASSERT(!is_empty()); return *head_; }
481 auto& active_slab = slab_list_.front();
209 typename PtrTraits::RefType front() {214 typename PtrTraits::ConstRefType front() const {
141 run_task(&tasks.front(), context); in run()
118 if (active_threads_.front().Start() != ZX_OK) { in AddDomainToPool()
217 } while ((&producer_queue_.front() != &w) && // We are first in line to enqueue... in EnsureSpaceLocked()
1008 next = &dh->devices().front(); in RemoveDevice()1820 Device* dev = &dh->devices().front(); in dc_suspend_devhost()1875 return &ctx->devhosts().front(); in BuildSuspendList()
705 EXPECT_TRUE(container().front() == *iter, ""); in DoSeqIterate()
72 …"Misc clear resteer cycles", "Cycles the issue-stage is waiting for front end to fetch from re-ste…
1241 auto decl = decls_without_deps.front(); in SortDeclarations()
1845 bl.list.front().writes_remaining = num_writes; in TestAlternateWrite()
Completed in 61 milliseconds