Home
last modified time | relevance | path

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

/third_party/rust/crates/tracing/tracing-appender/src/
Dnon_blocking.rs467 let mut hello_count: u8 = 0; in multi_threaded_writes() localVariable
471 hello_count += 1; in multi_threaded_writes()
474 assert_eq!(10, hello_count); in multi_threaded_writes()