Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/registry/
Dsharded.rs594 struct CloseState { struct
595 open: HashMap<&'static str, Weak<()>>,
596 closed: Vec<(&'static str, Weak<()>)>,
652 impl CloseState { impl
/aosp_15_r20/external/perfetto/src/trace_processor/importers/common/
H A Dthread_state_tracker_unittest.cc138 TEST_F(ThreadStateTrackerUnittest, CloseState) { in TEST_F() argument