Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. while (TRUE){ while (TRUE) {
  2. while(turn != 0) /* loop* /; while(turn != 1) /* loop* /;
  3. critical_region(); critical_region();
  4. turn = 1; turn = 0;
  5. noncritical_region(); noncritical_region();
  6. } }
  7. (a) (b)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement