crossroads

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

unlocktree.cc (220B)


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