Home
last modified time | relevance | path

Searched refs:inactive_item (Results 1 – 5 of 5) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/profiler/
H A Dmetadata_recorder.cc180 ItemInternal& inactive_item = items_[first_inactive_item_idx]; in ReclaimInactiveSlots() local
183 if (inactive_item.is_active.load(std::memory_order_relaxed)) { in ReclaimInactiveSlots()
197 inactive_item.name_hash = active_item.name_hash; in ReclaimInactiveSlots()
198 inactive_item.value.store(active_item.value.load(std::memory_order_relaxed), in ReclaimInactiveSlots()
200 inactive_item.is_active.store(true, std::memory_order_relaxed); in ReclaimInactiveSlots()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/profiler/
H A Dmetadata_recorder.cc178 ItemInternal& inactive_item = items_[first_inactive_item_idx]; in ReclaimInactiveSlots() local
181 if (inactive_item.is_active.load(std::memory_order_relaxed)) { in ReclaimInactiveSlots()
195 inactive_item.name_hash = active_item.name_hash; in ReclaimInactiveSlots()
196 inactive_item.value.store(active_item.value.load(std::memory_order_relaxed), in ReclaimInactiveSlots()
198 inactive_item.is_active.store(true, std::memory_order_relaxed); in ReclaimInactiveSlots()
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/extensions/
H A D__init__.py463 inactive_item = QStandardItem(_("Inactive:"))
464 inactive_item.setFont(bold)
465 inactive_item.setToolTip(dep_tooltip)
466 dep_item.appendRow(inactive_item)
470 inactive_item.appendRow(item)
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide_diagnostics/src/handlers/
H A Dinactive_code.rs78 fn inactive_item() { in inactive_item() function
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide_diagnostics/src/handlers/
H A Dinactive_code.rs78 fn inactive_item() { in inactive_item() function