picotm  0.7.0
picotm_os_mutex Struct Reference

The mutex lock of the operating system. More...

#include <picotm_os_mutex.h>

Detailed Description

A mutex provides an exclusive lock. The data structure struct picotm_os_mutex is a wrapper around the mutex data structure povided by the operating system. Implementations of this structure shall be able to cooperate with instances of struct picotm_os_cond.


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