Cthulhu  0.2.10
Cthulhu compiler collection
os_mutex_t Struct Reference

a mutex handle More...

#include <os.h>

Data Fields

const char * name
 
os_mutex_impl_t impl
 

Detailed Description

a mutex handle

Warning
do not access the mutex handle directly, it is platform specific

Definition at line 94 of file os.h.

Field Documentation

◆ impl

os_mutex_impl_t os_mutex_t::impl

Definition at line 100 of file os.h.

◆ name

const char* os_mutex_t::name

Definition at line 97 of file os.h.


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