コード例 #1
0
ファイル: named_mutex.hpp プロジェクト: gijs/hexer
inline void posix_named_mutex::lock()
{  m_sem.wait();  }