Home
last modified time | relevance | path

Searched defs:Epoch (Results 1 – 25 of 53) sorted by relevance

123

/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-epoch/src/
Depoch.rs17 pub(crate) struct Epoch { struct
22 impl Epoch { argument
48 pub(crate) fn pinned(self) -> Epoch { in pinned()
56 pub(crate) fn unpinned(self) -> Epoch { in unpinned()
66 pub(crate) fn successor(self) -> Epoch { in successor()
91 pub(crate) fn load(&self, ord: Ordering) -> Epoch { in load()
99 pub(crate) fn store(&self, epoch: Epoch, ord: Ordering) { in store()
119 current: Epoch, in compare_exchange()
120 new: Epoch, in compare_exchange()
123 ) -> Result<Epoch, Epoch> { in compare_exchange() argument
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/recovery/
Dmod.rs319 &mut self, mut pkt: Sent, epoch: packet::Epoch, in on_packet_sent()
398 &mut self, epoch: packet::Epoch, now: Instant, packet_size: usize, in schedule_next_packet()
421 epoch: packet::Epoch, handshake_status: HandshakeStatus, now: Instant, in on_ack_received()
644 &mut self, epoch: packet::Epoch, handshake_status: HandshakeStatus, in on_pkt_num_space_discarded()
774 fn loss_time_and_space(&self) -> (Option<Instant>, packet::Epoch) { in loss_time_and_space()
795 ) -> (Option<Instant>, packet::Epoch) { in pto_time_and_space()
862 &mut self, epoch: packet::Epoch, now: Instant, trace_id: &str, in detect_lost_packets()
941 fn drain_packets(&mut self, epoch: packet::Epoch, now: Instant) { in drain_packets()
973 &mut self, acked: Vec<Acked>, epoch: packet::Epoch, now: Instant, in on_packets_acked()
1005 epoch: packet::Epoch, now: Instant, in on_packets_lost()
[all …]
Dreno.rs63 r: &mut Recovery, packets: &[Acked], epoch: packet::Epoch, now: Instant, in on_packets_acked()
71 r: &mut Recovery, packet: &Acked, epoch: packet::Epoch, now: Instant, in on_packet_acked()
111 epoch: packet::Epoch, now: Instant, in congestion_event()
Dcubic.rs200 r: &mut Recovery, packets: &[Acked], epoch: packet::Epoch, now: Instant, in on_packets_acked()
208 r: &mut Recovery, packet: &Acked, epoch: packet::Epoch, now: Instant, in on_packet_acked()
351 epoch: packet::Epoch, now: Instant, in congestion_event()
/aosp_15_r20/external/rust/crates/quiche/src/recovery/
Dmod.rs319 &mut self, mut pkt: Sent, epoch: packet::Epoch, in on_packet_sent()
398 &mut self, epoch: packet::Epoch, now: Instant, packet_size: usize, in schedule_next_packet()
421 epoch: packet::Epoch, handshake_status: HandshakeStatus, now: Instant, in on_ack_received()
644 &mut self, epoch: packet::Epoch, handshake_status: HandshakeStatus, in on_pkt_num_space_discarded()
774 fn loss_time_and_space(&self) -> (Option<Instant>, packet::Epoch) { in loss_time_and_space()
795 ) -> (Option<Instant>, packet::Epoch) { in pto_time_and_space()
862 &mut self, epoch: packet::Epoch, now: Instant, trace_id: &str, in detect_lost_packets()
941 fn drain_packets(&mut self, epoch: packet::Epoch, now: Instant) { in drain_packets()
973 &mut self, acked: Vec<Acked>, epoch: packet::Epoch, now: Instant, in on_packets_acked()
1005 epoch: packet::Epoch, now: Instant, in on_packets_lost()
[all …]
Dreno.rs63 r: &mut Recovery, packets: &[Acked], epoch: packet::Epoch, now: Instant, in on_packets_acked()
71 r: &mut Recovery, packet: &Acked, epoch: packet::Epoch, now: Instant, in on_packet_acked()
111 epoch: packet::Epoch, now: Instant, in congestion_event()
Dcubic.rs200 r: &mut Recovery, packets: &[Acked], epoch: packet::Epoch, now: Instant, in on_packets_acked()
208 r: &mut Recovery, packet: &Acked, epoch: packet::Epoch, now: Instant, in on_packet_acked()
351 epoch: packet::Epoch, now: Instant, in congestion_event()
/aosp_15_r20/external/llvm/lib/Fuzzer/
H A DFuzzerIO.cpp40 static void ListFilesInDirRecursive(const std::string &Dir, long *Epoch, in ListFilesInDirRecursive()
100 long *Epoch, size_t MaxSize) { in ReadDirToVectorOfUnits()
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/
Dpacket.rs57 pub enum Epoch { enum
66 impl Epoch { impl
69 pub fn epochs(range: RangeInclusive<Epoch>) -> &'static [Epoch] { in epochs()
78 impl Display for Epoch { implementation
143 pub(crate) fn to_epoch(self) -> Result<Epoch> { in to_epoch()
/aosp_15_r20/external/rust/crates/quiche/src/
Dpacket.rs57 pub enum Epoch { enum
66 impl Epoch { impl
69 pub fn epochs(range: RangeInclusive<Epoch>) -> &'static [Epoch] { in epochs()
78 impl Display for Epoch { implementation
143 pub(crate) fn to_epoch(self) -> Result<Epoch> { in to_epoch()
/aosp_15_r20/external/pigweed/pw_chrono/public/pw_chrono/
H A Depoch.h18 enum class Epoch { enum
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/recovery/bbr/
Dmod.rs298 r: &mut Recovery, packets: &[Acked], _epoch: packet::Epoch, now: Instant, in on_packets_acked()
324 _epoch: packet::Epoch, now: Instant, in congestion_event()
/aosp_15_r20/external/rust/crates/quiche/src/recovery/bbr/
Dmod.rs298 r: &mut Recovery, packets: &[Acked], _epoch: packet::Epoch, now: Instant, in on_packets_acked()
324 _epoch: packet::Epoch, now: Instant, in congestion_event()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DEpochTracker.h37 uint64_t Epoch = 0; variable
H A DSmallPtrSet.h279 const DebugEpochBase &Epoch) in SmallPtrSetIterator()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DEpochTracker.h38 uint64_t Epoch = 0; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DEpochTracker.h38 uint64_t Epoch = 0; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DEpochTracker.h38 uint64_t Epoch = 0; variable
DSmallPtrSet.h280 const DebugEpochBase &Epoch) in SmallPtrSetIterator()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DEpochTracker.h38 uint64_t Epoch = 0; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DEpochTracker.h36 uint64_t Epoch; variable
H A DSmallPtrSet.h278 const DebugEpochBase &Epoch) in SmallPtrSetIterator()
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/
H A DBufferGenerator.h55 using Epoch = std::chrono::time_point<std::chrono::steady_clock>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DEpochTracker.h38 uint64_t Epoch; variable
/aosp_15_r20/frameworks/native/cmds/evemu-record/
H A Dmain.rs56 Epoch, enumerator

123