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