Mutex interface. More...
#include <ecl/config/ecl.hpp>
Go to the source code of this file.
Mutex interface.
Cross-platform mutex for locking/unlocking shared memory in a multi-threaded application. In linux it uses pthreads, in windows it uses critical sections.
Definition in file mutex.hpp.