Home
last modified time | relevance | path

Searched refs:current_spans (Results 1 – 10 of 10) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/tracing-subscriber-0.3.3/src/registry/
H A Dsharded.rs94 current_spans: ThreadLocal<RefCell<SpanStack>>, field
139 current_spans: ThreadLocal::new(), in default()
210 self.current_spans.get_or_default().borrow() in span_stack()
287 .current_spans in enter()
297 if let Some(spans) = self.current_spans.get() { in exit()
327 self.current_spans in current_span()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/tracing-subscriber-0.3.3/src/registry/
H A Dsharded.rs94 current_spans: ThreadLocal<RefCell<SpanStack>>, field
139 current_spans: ThreadLocal::new(), in default()
210 self.current_spans.get_or_default().borrow() in span_stack()
287 .current_spans in enter()
297 if let Some(spans) = self.current_spans.get() { in exit()
327 self.current_spans in current_span()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/tracing-subscriber-0.3.3/src/registry/
H A Dsharded.rs94 current_spans: ThreadLocal<RefCell<SpanStack>>, field
139 current_spans: ThreadLocal::new(), in default()
210 self.current_spans.get_or_default().borrow() in span_stack()
287 .current_spans in enter()
297 if let Some(spans) = self.current_spans.get() { in exit()
327 self.current_spans in current_span()
/dports/net/krill/krill-0.9.4/cargo-crates/tracing-subscriber-0.2.25/src/registry/
H A Dsharded.rs94 current_spans: ThreadLocal<RefCell<SpanStack>>, field
139 current_spans: ThreadLocal::new(), in default()
210 self.current_spans.get_or_default().borrow() in span_stack()
287 .current_spans in enter()
297 if let Some(spans) = self.current_spans.get() { in exit()
327 self.current_spans in current_span()
/dports/lang/rust/rustc-1.58.1-src/vendor/tracing-subscriber/src/registry/
H A Dsharded.rs94 current_spans: ThreadLocal<RefCell<SpanStack>>, field
139 current_spans: ThreadLocal::new(), in default()
210 self.current_spans.get_or_default().borrow() in span_stack()
287 .current_spans in enter()
297 if let Some(spans) = self.current_spans.get() { in exit()
327 self.current_spans in current_span()
/dports/misc/xd-rust/delan-xd-4bdbb191ed6d/cargo-crates/tracing-subscriber-0.2.15/src/registry/
H A Dsharded.rs51 current_spans: ThreadLocal<RefCell<SpanStack>>, field
94 current_spans: ThreadLocal::new(), in default()
218 .current_spans in enter()
228 if let Some(spans) = self.current_spans.get() { in exit()
254 self.current_spans in current_span()
/dports/lang/rust/rustc-1.58.1-src/vendor/tracing-subscriber-0.2.16/src/registry/
H A Dsharded.rs51 current_spans: ThreadLocal<RefCell<SpanStack>>, field
94 current_spans: ThreadLocal::new(), in default()
218 .current_spans in enter()
228 if let Some(spans) = self.current_spans.get() { in exit()
254 self.current_spans in current_span()
/dports/audio/lmms/lmms-1.2.2/src/3rdparty/rpmalloc/rpmalloc/rpmalloc/
H A Drpmalloc.c1563 size_t current_spans = span->span_count; in _memory_reallocate() local
1564 assert(current_spans == ((span->size_class - SIZE_CLASS_COUNT) + 1)); in _memory_reallocate()
1567 … oldsize = (current_spans * _memory_span_size) - (size_t)pointer_diff(p, block) - SPAN_HEADER_SIZE; in _memory_reallocate()
1568 if ((current_spans >= num_spans) && (num_spans >= (current_spans / 2))) { in _memory_reallocate()
1625 size_t current_spans = (span->size_class - SIZE_CLASS_COUNT) + 1; in _memory_usable_size() local
1626 return (current_spans * _memory_span_size) - (size_t)pointer_diff(p, span); in _memory_usable_size()
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_lints/src/
H A Ddoc.rs435 …let (comment, current_spans) = strip_doc_comment_decoration(&comment.as_str(), comment_kind, attr.… in check_attrs()
436 spans.extend_from_slice(&current_spans); in check_attrs()
/dports/multimedia/lives/lives-3.2.0/src/
H A Drpmalloc.c2193 size_t current_spans = span->span_count; in _rpmalloc_reallocate() local
2196 … oldsize = (current_spans * _memory_span_size) - (size_t)pointer_diff(p, block) - SPAN_HEADER_SIZE; in _rpmalloc_reallocate()
2197 if ((current_spans >= num_spans) && (num_spans >= (current_spans / 2))) { in _rpmalloc_reallocate()
2287 size_t current_spans = span->span_count; in _rpmalloc_usable_size() local
2288 return (current_spans * _memory_span_size) - (size_t)pointer_diff(p, span); in _rpmalloc_usable_size()