예제 #1
0
파일: named_mutex.hpp 프로젝트: gijs/hexer
inline void posix_named_mutex::lock()
{  m_sem.wait();  }