Synchronizing Relationship
Thread 1 stores a value with memory_order_release. Thread 2 loads the same atomic with memory_order_acquire and sees Thread 1's store. What does this establish?
Sign in to answer questions and track your progress
Sign InThread 1 stores a value with memory_order_release. Thread 2 loads the same atomic with memory_order_acquire and sees Thread 1's store. What does this establish?
Sign in to answer questions and track your progress
Sign In