Lines Matching full:mutex
37 // class Mutex -- implementation for
53 Mutex::Mutex ()
56 Iex::throwErrnoExc ("Cannot initialize mutex (%T).", error);
60 Mutex::~Mutex ()
68 Mutex::lock () const
71 Iex::throwErrnoExc ("Cannot lock mutex (%T).", error);
76 Mutex::unlock () const
79 Iex::throwErrnoExc ("Cannot unlock mutex (%T).", error);