HomeSort by relevance Sort by last modified time
    Searched refs:epoch1 (Results 1 - 6 of 6) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc 30 , epoch1() {
93 epoch0 = RoundUp(epoch1 + 1, kTracePartSize);
94 epoch1 = (u64)-1;
134 epoch1 = thr->fast_state.epoch();
tsan_rtl.cc 704 // epoch1[0:63] = sync_epoch
705 const m128 epoch1 = _mm_cvtsi64_si128(sync_epoch); local
710 const m128 epoch = SHUF(epoch1, epoch1, 0, 0, 0, 0);
tsan_rtl_mutex.cc 379 thr->clock.set(tctx->tid, tctx->epoch1);
422 thr->last_sleep_clock.set(tctx->tid, tctx->epoch1);
tsan_rtl.h 471 u64 epoch1; member in class:__tsan::ThreadContext
tsan_rtl_report.cc 656 if (s.epoch() < tctx->epoch0 || s.epoch() > tctx->epoch1)
  /libcore/ojluni/src/test/java/time/tck/java/time/chrono/
TCKChronology.java 173 long epoch1 = date1.getLong(ChronoField.EPOCH_DAY); local
174 ChronoLocalDate date2 = date1.with(ChronoField.EPOCH_DAY, epoch1);
177 assertEquals(epoch1, epoch2, "Epoch day not the same: " + epoch1 + " != " + epoch2);

Completed in 209 milliseconds