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

  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc 674 // epoch1[0:63] = sync_epoch
675 const m128 epoch1 = _mm_cvtsi64_si128(sync_epoch); local
680 const m128 epoch = SHUF(epoch1, epoch1, 0, 0, 0, 0);
tsan_rtl.h 416 u64 epoch1; member in class:__tsan::ThreadContext

Completed in 69 milliseconds