Title:
-
threadLockEvent - class describing an event (remove or assign) on a
threadLock
object. This can be used as the
condition
argument for getLock().
-
Slots:
- object:
- the name of the object being mointored for events.
If this is empty, any event specified in the
event slot causes the waiting lock
to be notified. This might be useful for monitoring
entire databases rather than individual elements.
- event:
- the numeric value that is the OR'ed values for the
different
events being waited on. The values are contained in
the named vector
threadLockEventTable.
-
Constructors:
-
threadLockEvent()
- creates an object of this class.
-
See Also:
-
getLock()
-
threadLockEvent()
-
Key Words:
- Synchronization
- S User Level Threads
Last modified: Tue Mar 4 11:26:56 PST 1997