User: logical

  • Public profile

User profile: logical

User info
User name:logical
History
Joined:
Number of posts:1
Latest posts:

atomic variables and ordering
If I have int x; atomic<bool> y; then in thread one if (!y) { x = 23; y = true; } ...

This user does not accept Private Messages