Guest User

Untitled

a guest
Apr 22nd, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. fork  : dummy
  2.  
  3. fork
  4.  
  5. begin
  6.  
  7. process1;
  8.  
  9. end
  10.  
  11. begin
  12.  
  13. process2;
  14.  
  15. end
  16.  
  17. join_any
  18.  
  19. disable fork
  20.  
  21. join
Add Comment
Please, Sign In to add comment