42 #ifndef _DWMPTHREADSIGNAL_HH_ 43 #define _DWMPTHREADSIGNAL_HH_ 110 #endif // _DWMPTHREADSIGNAL_HH_ Dwm::Pthread::Mutex class definition.
Dwm::Signal class definition.
bool Unlock()
Attempts to unlock the Signal object.
Definition: DwmBZ2IO.hh:67
This class inherits from Dwm::Signal and adds locking and unlocking for threaded programs as well as ...
Definition: DwmPthreadSignal.hh:63
This class just encapsulates a pthread_mutex_t (from the pthread library).
Definition: DwmMutex.hh:67
bool UnblockInThread()
Attempts to unblock the signal in the caller's thread.
bool Lock()
Attempts to lock the Signal object.
This class encapsulates a signal.
Definition: DwmSignal.hh:58
bool BlockInThread()
Attempts to block the signal in the caller's thread.