Home
last modified time | relevance | path

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

/external/rust/crates/crossbeam-epoch/src/
Depoch.rs18 pub(crate) struct Epoch { struct
23 impl Epoch { argument
49 pub(crate) fn pinned(self) -> Epoch { in pinned()
57 pub(crate) fn unpinned(self) -> Epoch { in unpinned()
67 pub(crate) fn successor(self) -> Epoch { in successor()
92 pub(crate) fn load(&self, ord: Ordering) -> Epoch { in load()
100 pub(crate) fn store(&self, epoch: Epoch, ord: Ordering) { in store()
120 current: Epoch, in compare_exchange()
121 new: Epoch, in compare_exchange()
124 ) -> Result<Epoch, Epoch> { in compare_exchange() argument
Dinternal.rs307 pub(crate) fn try_advance(&self, guard: &Guard) -> Epoch { in try_advance()
/external/pigweed/pw_chrono/public/pw_chrono/
Depoch.h18 enum class Epoch { enum
/external/rust/crates/quiche/src/recovery/
Dmod.rs197 &mut self, mut pkt: Sent, epoch: packet::Epoch, in on_packet_sent()
244 epoch: packet::Epoch, handshake_status: HandshakeStatus, now: Instant, in on_ack_received()
419 &mut self, epoch: packet::Epoch, handshake_status: HandshakeStatus, in on_pkt_num_space_discarded()
510 fn loss_time_and_space(&self) -> (Option<Instant>, packet::Epoch) { in loss_time_and_space()
530 ) -> (Option<Instant>, packet::Epoch) { in pto_time_and_space()
595 &mut self, epoch: packet::Epoch, now: Instant, trace_id: &str, in detect_lost_packets()
668 fn drain_packets(&mut self, epoch: packet::Epoch) { in drain_packets()
693 &mut self, acked: Vec<Acked>, epoch: packet::Epoch, now: Instant, in on_packets_acked()
718 epoch: packet::Epoch, now: Instant, in on_packets_lost()
730 &mut self, time_sent: Instant, epoch: packet::Epoch, now: Instant, in congestion_event()
Dreno.rs53 r: &mut Recovery, packet: &Acked, epoch: packet::Epoch, now: Instant, in on_packet_acked()
102 r: &mut Recovery, time_sent: Instant, epoch: packet::Epoch, now: Instant, in congestion_event()
Dcubic.rs154 r: &mut Recovery, packet: &Acked, epoch: packet::Epoch, now: Instant, in on_packet_acked()
256 r: &mut Recovery, time_sent: Instant, epoch: packet::Epoch, now: Instant, in congestion_event()
/external/llvm/lib/Fuzzer/
DFuzzerIO.cpp40 static void ListFilesInDirRecursive(const std::string &Dir, long *Epoch, in ListFilesInDirRecursive()
100 long *Epoch, size_t MaxSize) { in ReadDirToVectorOfUnits()
DFuzzerInternal.h382 void ReadDir(const std::string &Path, long *Epoch, size_t MaxSize) { in ReadDir()
/external/llvm-project/llvm/include/llvm/ADT/
DEpochTracker.h36 uint64_t Epoch; variable
DSmallPtrSet.h278 const DebugEpochBase &Epoch) in SmallPtrSetIterator()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DEpochTracker.h36 uint64_t Epoch; variable
DSmallPtrSet.h278 const DebugEpochBase &Epoch) in SmallPtrSetIterator()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DEpochTracker.h38 uint64_t Epoch; variable
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerIOPosix.cpp55 void ListFilesInDirRecursive(const std::string &Dir, long *Epoch, in ListFilesInDirRecursive()
DFuzzerIO.cpp94 long *Epoch, size_t MaxSize, bool ExitOnError) { in ReadDirToVectorOfUnits()
DFuzzerIOWindows.cpp113 void ListFilesInDirRecursive(const std::string &Dir, long *Epoch, in ListFilesInDirRecursive()
/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerIOPosix.cpp55 void ListFilesInDirRecursive(const std::string &Dir, long *Epoch, in ListFilesInDirRecursive()
DFuzzerIO.cpp94 long *Epoch, size_t MaxSize, bool ExitOnError) { in ReadDirToVectorOfUnits()
DFuzzerIOWindows.cpp113 void ListFilesInDirRecursive(const std::string &Dir, long *Epoch, in ListFilesInDirRecursive()
/external/rust/crates/quiche/src/
Dpacket.rs63 pub type Epoch = usize; typedef
100 pub(crate) fn to_epoch(self) -> Result<Epoch> { in to_epoch()
Dlib.rs3474 fn write_epoch(&self) -> Result<packet::Epoch> { in write_epoch()
3550 &mut self, frame: frame::Frame, epoch: packet::Epoch, now: time::Instant, in process_frame()
3919 fn drop_epoch_state(&mut self, epoch: packet::Epoch, now: time::Instant) { in drop_epoch_state()
/external/llvm-project/llvm/unittests/Support/
DPath.cpp1589 TimePoint<> Epoch(std::chrono::milliseconds(0)); in TEST_F() local