Lock object for synchronizing threads. More...
#include <kanzi/core/legacy/thread/kzs_thread.hpp>
Lock object for synchronizing threads.
This object can be used to prevent multiple threads from accessing data concurrently and to signal between threads. Use kzsThreadLockAcquire and kzsThreadLockRelease to protect data from concurrent access. Use kzsThreadLockWait and kzsThreadLockSet to communicate between threads.