示例#1
0
inline bool posix_named_mutex::try_lock()
{  return m_sem.try_wait();  }