Home
last modified time | relevance | path

Searched refs:wire_timestamp (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/memory/
Ddiscardable_shared_memory.cc78 int64_t wire_timestamp = TimeToWireFormat<sizeof(AtomicType)>(timestamp); in SharedState() local
79 DCHECK_GE(wire_timestamp, 0); in SharedState()
81 value.u = (static_cast<UAtomicType>(wire_timestamp) << 1) | lock_state; in SharedState()