fltk::Mutex Class Reference

#include <Threads.h>

Inherited by fltk::RecursiveMutex, and fltk::SignalMutex.

List of all members.


Detailed Description

"Mutual-exclusion lock" for simple multithreaded programs. Calling lock() will wait until nobody else has the lock and then will return. Calling lock() more than once will "deadlock"! To avoid this, use RecursiveMutex.


The documentation for this class was generated from the following file: