Searched refs:kThreadSlotCount (Results 1 – 3 of 3) sorted by relevance
20 const uptr kVectorClockSize = kThreadSlotCount * sizeof(Epoch) / sizeof(m128);27 for (uptr i = 0; i < kThreadSlotCount; i++) in Reset()40 for (uptr i = 0; i < kThreadSlotCount; i++) in Acquire()72 for (uptr i = 0; i < kThreadSlotCount; i++) in operator =()88 for (uptr i = 0; i < kThreadSlotCount; i++) { in ReleaseStoreAcquire()109 for (uptr i = 0; i < kThreadSlotCount; i++) { in ReleaseAcquire()
37 Epoch clk_[kThreadSlotCount] VECTOR_ALIGNED;
58 constexpr uptr kThreadSlotCount = 256; variable