yarp
Class Semaphore
java.lang.Object
yarp.Semaphore
public class Semaphore
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
swigCMemOwn
protected boolean swigCMemOwn
Semaphore
public Semaphore(long cPtr,
boolean cMemoryOwn)
Semaphore
public Semaphore(long initialCount)
Semaphore
public Semaphore()
getCPtr
public static long getCPtr(Semaphore obj)
finalize
protected void finalize()
- Overrides:
finalize
in class java.lang.Object
delete
public void delete()
wait_c
public void wait_c()
waitWithTimeout
public boolean waitWithTimeout(double timeoutInSeconds)
check
public boolean check()
post
public void post()