All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
KzsThreadLock Struct Reference

Lock object for synchronizing threads. More...

#include <system/thread/kzs_thread.h>

Detailed Description

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.


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