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