Searched defs:memory_sync_info (Results 1 – 1 of 1) sorted by relevance
183 struct memory_sync_info { struct184 memory_sync_info() : storage(storage_none), semantics(semantic_none), scope(scope_invocation) {} in memory_sync_info() function193 bool operator==(const memory_sync_info& rhs) const argument202 /* Also check storage so that zero-initialized memory_sync_info can be in can_reorder() argument