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

/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_mutexset_test.cpp17 static void Expect(const MutexSet &mset, uptr i, u64 id, bool write, u64 epoch, argument
H A Dtsan_shadow_test.cpp23 void CheckShadow(const Shadow *s, Sid sid, Epoch epoch, uptr addr, uptr size, argument
38 Epoch epoch = static_cast<Epoch>(22); local
[all...]
/openbsd-current/lib/libssl/
H A Dtls_content.c26 uint16_t epoch; member in struct:tls_content
103 tls_content_set_epoch(struct tls_content *content, uint16_t epoch) argument
H A Ddtls_local.h82 unsigned short epoch; member in struct:dtls1_retransmit_state
109 unsigned short epoch; member in struct:record_pqueue_st
114 unsigned short epoch; member in struct:rcontent_pqueue_st
H A Dd1_pkt.c432 uint16_t epoch, len, ssl_version; local
[all...]
H A Dtls12_record_layer.c29 uint16_t epoch; member in struct:tls12_record_protection
308 tls12_record_layer_use_write_epoch(struct tls12_record_layer *rl, uint16_t epoch) argument
289 tls12_record_layer_set_initial_epoch(struct tls12_record_layer *rl, uint16_t epoch) argument
327 tls12_record_layer_write_epoch_done(struct tls12_record_layer *rl, uint16_t epoch) argument
602 tls12_record_layer_build_seq_num(struct tls12_record_layer *rl, CBB *cbb, uint16_t epoch, uint8_t *seq_num, size_t seq_num_len) argument
[all...]
H A Dssl_local.h1099 uint16_t epoch; /* epoch number, needed by DTLS1 */ member in struct:ssl3_record_internal_st
/openbsd-current/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DCF.cpp31 time_t epoch = GetOSXEpoch(); local
H A DCocoa.cpp980 time_t epoch = GetOSXEpoch(); local
1215 static time_t epoch = 0; local
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_shadow.h32 Epoch epoch() const { return static_cast<Epoch>(part_.epoch_); } function in class:__tsan::FastState
34 void SetEpoch(Epoch epoch) { part_.epoch_ = static_cast<u16>(epoch); } argument
81 Epoch epoch() const { return static_cast<Epoch>(part_.epoch_); } function in class:__tsan::Shadow
140 static RawShadow FreedInfo(Sid sid, Epoch epoch) { argument
H A Dtsan_rtl_mutex.cpp505 Epoch epoch = EpochInc(thr->fast_state.epoch()); local
H A Dtsan_trace.h159 u64 epoch : kEpochBits; member in struct:__tsan::EventTime
H A Dtsan_defs.h68 inline Epoch EpochInc(Epoch epoch) { argument
72 inline bool EpochOverflow(Epoch epoch) { return epoch == kEpochOver; } argument
H A Dtsan_rtl_report.cpp432 bool RestoreStack(EventType type, Sid sid, Epoch epoch, uptr addr, uptr size, argument
355 TraceReplay(Trace *trace, TracePart *last, Event *last_pos, Sid sid, Epoch epoch, Func f) argument
[all...]
H A Dtsan_rtl.cpp135 static void DoResetImpl(uptr epoch) { argument
245 DoResetImpl(epoch); variable
256 uptr epoch; variable
302 Epoch epoch = EpochInc(slot->epoch()); local
[all...]
H A Dtsan_rtl.h136 Epoch epoch; member in struct:__tsan::TidEpoch
147 Epoch epoch() const { function in struct:__tsan::TidSlot
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Time-Piece/
H A DPiece.pm335 sub epoch { subroutine
[all...]
/openbsd-current/gnu/gcc/libmudflap/
H A Dmf-runtime.c1662 static unsigned epoch = 0; local
/openbsd-current/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp216 unsigned epoch = (unsigned)Record[0]; local

Completed in 368 milliseconds