|
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
|
Copyright © 2000 Be, Inc. All rights reserved..