crossroads

Git mirror of https://crossroads.e-tunity.com/
git clone git://git.finwo.net/app/crossroads
Log | Files | Refs | LICENSE

locktree.cc (212B)


      1 #include "mutextree"
      2 
      3 void MutexTree::locktree() {
      4 #   ifdef DEBUG
      5     debugmsg("Mutex: locking tree\n");
      6 #   endif    
      7     _treelock.lock();
      8 #   ifdef DEBUG
      9     debugmsg("Mutex: tree locked\n");
     10 #   endif    
     11 }