Home
last modified time | relevance | path

Searched defs:epoch (Results 1 – 19 of 19) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_shadow.h32 Epoch epoch() const { return static_cast<Epoch>(part_.epoch_); } in epoch() function
34 void SetEpoch(Epoch epoch) { part_.epoch_ = static_cast<u16>(epoch); } in SetEpoch()
81 Epoch epoch() const { return static_cast<Epoch>(part_.epoch_); } in epoch() function
140 static RawShadow FreedInfo(Sid sid, Epoch epoch) { in FreedInfo()
H A Dtsan_rtl.cpp135 static void DoResetImpl(uptr epoch) { in DoResetImpl()
232 void DoReset(ThreadState* thr, uptr epoch) SANITIZER_NO_THREAD_SAFETY_ANALYSIS { in DoReset()
256 uptr epoch; in FindSlotAndLock() local
302 Epoch epoch = EpochInc(slot->epoch()); in SlotAttachAndLock() local
H A Dtsan_defs.h68 inline Epoch EpochInc(Epoch epoch) { in EpochInc()
72 inline bool EpochOverflow(Epoch epoch) { return epoch == kEpochOver; } in EpochOverflow()
H A Dtsan_rtl_report.cpp356 Epoch epoch, Func f) { in TraceReplay()
432 bool RestoreStack(EventType type, Sid sid, Epoch epoch, uptr addr, uptr size, in RestoreStack()
H A Dtsan_rtl.h136 Epoch epoch; member
147 Epoch epoch() const { in epoch() function
H A Dtsan_trace.h159 u64 epoch : kEpochBits; member
H A Dtsan_rtl_mutex.cpp505 Epoch epoch = EpochInc(thr->fast_state.epoch()); in IncrementEpoch() local
/openbsd-src/lib/libssl/
H A Ddtls_local.h82 unsigned short epoch; member
109 unsigned short epoch; member
114 unsigned short epoch; member
H A Dtls_content.c26 uint16_t epoch; member
103 tls_content_set_epoch(struct tls_content *content, uint16_t epoch) in tls_content_set_epoch()
H A Dtls12_record_layer.c29 uint16_t epoch; member
290 uint16_t epoch) in tls12_record_layer_set_initial_epoch()
308 tls12_record_layer_use_write_epoch(struct tls12_record_layer *rl, uint16_t epoch) in tls12_record_layer_use_write_epoch()
327 tls12_record_layer_write_epoch_done(struct tls12_record_layer *rl, uint16_t epoch) in tls12_record_layer_write_epoch_done()
603 uint16_t epoch, uint8_t *seq_num, size_t seq_num_len) in tls12_record_layer_build_seq_num()
H A Dd1_pkt.c432 uint16_t epoch, len, ssl_version; in dtls1_get_record() local
[all...]
H A Dssl_local.h1090 uint16_t epoch; /* epoch number, needed by DTLS1 */ global() member
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_shadow_test.cpp23 void CheckShadow(const Shadow *s, Sid sid, Epoch epoch, uptr addr, uptr size, in CheckShadow()
38 Epoch epoch = static_cast<Epoch>(22); in TEST() local
H A Dtsan_mutexset_test.cpp17 static void Expect(const MutexSet &mset, uptr i, u64 id, bool write, u64 epoch, in Expect()
/openbsd-src/gnu/usr.bin/perl/cpan/Time-Piece/
H A DPiece.pm335 sub epoch { subroutine
/openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DCF.cpp31 time_t epoch = GetOSXEpoch(); in CFAbsoluteTimeSummaryProvider() local
H A DCocoa.cpp980 time_t epoch = GetOSXEpoch(); in NSDateSummaryProvider() local
1215 static time_t epoch = 0; in GetOSXEpoch() local
/openbsd-src/gnu/gcc/libmudflap/
H A Dmf-runtime.c1662 static unsigned epoch = 0; in __mf_describe_object() local
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp216 unsigned epoch = (unsigned)Record[0]; in readIdentificationBlock() local