libkipr  1.0.0
mutex Struct Reference

A mutex, or lock. More...

#include <thread.h>

Public Attributes

void * data
 a C++ Mutex object cast to a void*. Not intended to be accessed. More...
 

Detailed Description

A mutex, or lock.

mutexes are used to prevent memory errors when two programs or threads need to access the same variable.

See also
mutex_create

Member Data Documentation

◆ data

void* mutex::data

a C++ Mutex object cast to a void*. Not intended to be accessed.


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