Next: , Previous: , Up: RecursionLock   [Index]


1.143.2 RecursionLock: accessing

isOwnerProcess

Answer whether the receiver is the owner of the lock.

name

Answer a user-defined name for the lock.

name: aString

Set to aString the user-defined name for the lock.

waitingProcesses

Answer the set of processes that are waiting on the semaphore.

wouldBlock

Answer whether sending #wait to the receiver would suspend the active process.