Class CSemaphore

java.lang.Object
  |
  +--CSemaphore

public class CSemaphore
extends java.lang.Object


Constructor Summary
CSemaphore(int initValue)
           
 
Method Summary
 void P()
           
 void V()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSemaphore

public CSemaphore(int initValue)
Method Detail

P

public void P()

V

public void V()