nitsud

Untitled

Dec 8th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.06 KB | None | 0 0
  1. acq(lock);
  2. a.x = 4;
  3. System.out.println(a.x);
  4. rel(lock);
Advertisement
Add Comment
Please, Sign In to add comment