コード例 #1
0
 void activate(MutexType& m_)
 {
     m_.unlock();
     m=&m_;
 }