public class CsoundMutex
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
CsoundMutex() |
|
CsoundMutex(int isRecursive) |
protected |
CsoundMutex(long cPtr,
boolean cMemoryOwn) |
protected CsoundMutex(long cPtr, boolean cMemoryOwn)
public CsoundMutex()
public CsoundMutex(int isRecursive)
protected static long getCPtr(CsoundMutex obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void Lock()
public int TryLock()
public void Unlock()