Represents a handle to a mutex. Call mutex_create() to create the mutex and mutex_destroy() to destroy the mutex (when done with it). More...
#include <mutex.h>
Public Attributes | |
void * | handle |
An opaque value that represents the operating system-specific mutex. | |
Represents a handle to a mutex. Call mutex_create() to create the mutex and mutex_destroy() to destroy the mutex (when done with it).
void* handle |
An opaque value that represents the operating system-specific mutex.
Definition at line 21 of file mutex.h.
Referenced by mutex_create(), mutex_destroy(), mutex_lock(), and mutex_unlock().