Searched refs:hello_count (Results 1 – 1 of 1) sorted by relevance
467 let mut hello_count: u8 = 0; in multi_threaded_writes() localVariable471 hello_count += 1; in multi_threaded_writes()474 assert_eq!(10, hello_count); in multi_threaded_writes()