Changeset 28270 in vbox for trunk/include/VBox/com/AutoLock.h
- Timestamp:
- Apr 13, 2010 6:02:46 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/com/AutoLock.h
r26746 r28270 5 5 6 6 /* 7 * Copyright (C) 2006-20 09Sun Microsystems, Inc.7 * Copyright (C) 2006-2010 Sun Microsystems, Inc. 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 89 89 void InitAutoLockSystem(); 90 90 91 /** 92 * Check whether the current thread holds any locks in the given class 93 * 94 * @return true if any such locks are held, false otherwise. If the lock 95 * validator is not compiled in, always returns false. 96 * @param lockClass Which lock class to check. 97 */ 98 bool AutoLockHoldsLocksInClass(VBoxLockingClass lockClass); 99 91 100 //////////////////////////////////////////////////////////////////////////////// 92 101 //
Note:
See TracChangeset
for help on using the changeset viewer.