Wrapl, The Programming Language
Types
T
KeyT
MutexT
SemaphoreT
CondT
RWLockT
QueueT
Inherits from:
GateT
Inherits from:
Functions
Block()
CondBroadcast()
CondNew()
CondSignal()
CondWait()
Data()
Detach()
Errno()
Fail()
GateNew()
GateResume()
GateWait()
KeyGet()
KeyNew()
KeySet()
MutexLock()
MutexNew()
MutexTryLock()
MutexUnlock()
MutexWait()
New()
QueueHead()
QueueLength()
QueueLock()
QueueNew()
QueuePeek()
QueuePop()
QueuePush()
QueuePut()
QueueUnlock()
QueueWait()
RWLockNew()
RWLockRdLock()
RWLockUnlock()
RWLockWrLock()
Result()
Return()
Self()
SemaphoreNew()
SemaphorePost()
SemaphoreTryWait()
SemaphoreWait()
Send()
SetFailure()
SetMask()
SetMessage()
SetResult()
SetSuccess()
Signal()
Sleep()
USleep()
Unblock()