VirtualBox

Changeset 25289 in vbox


Ignore:
Timestamp:
Dec 10, 2009 12:32:17 AM (15 years ago)
Author:
vboxsync
Message:

Main: preparation for deadlock detection: remove obsolete method

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/AutoLock.cpp

    r25288 r25289  
    557557}
    558558
    559 void AutoWriteLock::attachRaw(LockHandle *ph)
    560 {
    561     m->aHandles[0] = ph;
    562 }
    563 
    564559/**
    565560 * Returns @c true if the current thread holds a write lock on the managed
  • trunk/src/VBox/Main/include/AutoLock.h

    r25288 r25289  
    444444    }
    445445
    446     void attachRaw(LockHandle *ph);
    447 
    448446    bool isWriteLockOnCurrentThread() const;
    449447    uint32_t writeLockLevel() const;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette