Home
last modified time | relevance | path

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

/third_party/rust/crates/log/src/
Dlib.rs357 struct AtomicUsize { struct
362 impl AtomicUsize { argument
363 const fn new(v: usize) -> AtomicUsize { in new()
394 unsafe impl Sync for AtomicUsize {} implementation
/third_party/rust/crates/syn/tests/
Dtest_round_trip.rs72 fn test(path: &Path, failed: &AtomicUsize, abort_after: usize) { in test()