Home
last modified time | relevance | path

Searched refs:drop_counter (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/nix/test/sys/
H A Dtest_socket.rs2345 let mut drop_counter = 0; in test_recvmsg_rxq_ovfl() variables
2373 drop_counter = match r.cmsgs().next() { in test_recvmsg_rxq_ovfl()
2374 Some(ControlMessageOwned::RxqOvfl(drop_counter)) => { in test_recvmsg_rxq_ovfl()
2375 drop_counter in test_recvmsg_rxq_ovfl()
2392 assert_eq!(drop_counter, 1); in test_recvmsg_rxq_ovfl()
/third_party/rust/crates/nix/src/sys/socket/
H A Dmod.rs971 let drop_counter = ptr::read_unaligned(p as *const u32); in decode_from()
972 ControlMessageOwned::RxqOvfl(drop_counter) in decode_from()
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs8756 drop_counter: &'static AtomicU32, in test_vec_dedup_panicking()
8769 let x = self.drop_counter.fetch_add(1, Ordering::SeqCst); in test_vec_dedup_panicking()
8776 Panic { drop_counter: &DROP_COUNTER, value: false, index: 0 }, in test_vec_dedup_panicking()
8777 Panic { drop_counter: &DROP_COUNTER, value: false, index: 5 }, in test_vec_dedup_panicking()
8778 Panic { drop_counter: &DROP_COUNTER, value: true, index: 6 }, in test_vec_dedup_panicking()
8779 Panic { drop_counter: &DROP_COUNTER, value: true, index: 7 }, in test_vec_dedup_panicking()
8782 Panic { drop_counter: &DROP_COUNTER, value: false, index: 0 }, in test_vec_dedup_panicking()
8784 Panic { drop_counter: &DROP_COUNTER, value: false, index: 1 }, in test_vec_dedup_panicking()
8785 Panic { drop_counter: &DROP_COUNTER, value: false, index: 2 }, in test_vec_dedup_panicking()
8786 Panic { drop_counter in test_vec_dedup_panicking()
[all...]

Completed in 29 milliseconds