Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. char a;
  2.  
  3. #thread A
  4. {
  5. if(a & 0x01)
  6. ...
  7.  
  8. }
  9.  
  10. #thread B
  11. {
  12. a =0x01;
  13. ...
  14.  
  15. }
  16.  
  17. # ATOMIC?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement