Advertisement
CSenshi

OOP - f2018 (Threads - starting code)

Jul 2nd, 2019
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.18 KB | None | 0 0
  1. public class RWMutex {
  2.    
  3.     public RWMutex (){
  4.     }
  5.  
  6.     public void WLock(){
  7.     }
  8.    
  9.     public void WUnlock(){
  10.     }
  11.    
  12.     public void rLock(){
  13.     }
  14.    
  15.     public void rUnlock(){
  16.     }
  17.  
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement