csnd

Class CsoundMutex

public class CsoundMutex extends Object

Field Summary
protected booleanswigCMemOwn
Constructor Summary
protected CsoundMutex(long cPtr, boolean cMemoryOwn)
CsoundMutex()
CsoundMutex(int isRecursive)
Method Summary
voiddelete()
protected voidfinalize()
protected static longgetCPtr(CsoundMutex obj)
voidLock()
intTryLock()
voidUnlock()

Field Detail

swigCMemOwn

protected boolean swigCMemOwn

Constructor Detail

CsoundMutex

protected CsoundMutex(long cPtr, boolean cMemoryOwn)

CsoundMutex

public CsoundMutex()

CsoundMutex

public CsoundMutex(int isRecursive)

Method Detail

delete

public void delete()

finalize

protected void finalize()

getCPtr

protected static long getCPtr(CsoundMutex obj)

Lock

public void Lock()

TryLock

public int TryLock()

Unlock

public void Unlock()