|
Whitebeam Template Reference Documentation
|
System Template
get()
Call this method to get a list of held locks.
Syntax
semIterator = rb.semaphore.get()
Parameters
The 'get' method takes no parameters
Results
The 'get' method returns an iterator of structure:
Type/Value | Range/Length | Description |
struct sem |
see definition |
An iterator of the semaphore descriptions.
|
Remarks rb.semaphore.getThis method returns an iterator that will return all currently owned (locked) semaphore for
the clientID/instance that makes the call. Note this method takes no parameters. The method returns all semaphores locked for this client/instance The intended use of this method is primarily for debugging semaphore locking problems within an application. Note
that by using this method a debug script can unlock any semaphore. |
|
(loadtime : 67ms) |