public class Semaphore
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
Semaphore() |
|
Semaphore(long initialCount) |
protected |
Semaphore(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
boolean |
check() |
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(Semaphore obj) |
void |
post() |
void |
wait_c() |
boolean |
waitWithTimeout(double timeoutInSeconds) |
protected Semaphore(long cPtr, boolean cMemoryOwn)
public Semaphore(long initialCount)
public Semaphore()
protected static long getCPtr(Semaphore obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void wait_c()
public boolean waitWithTimeout(double timeoutInSeconds)
public boolean check()
public void post()