Function | Description |
---|---|
CountLockRequests() | Counts the number of pending lock requests |
CountLocks() | Counts the number of times the locking thread has acquired the lock |
IsLocked() | Tests whether the object is locked |
Lock() | Tries to lock the object |
LockWithTimeout() | Tries to lock the object within a given time period |
BLocker() | Constructor |
~BLocker() | Destructor |
LockingThread() | Returns the thread_id of the locking thread |
Sem() | Returns the locking semaphore |
Unlock() | Unlocks the object |
The Support Kit Table of Contents | The Support Kit Index |
Copyright © 1999 Be, Inc. All rights reserved.
Text last modified