picotm
0.7.0
|
The mutex lock of the operating system. More...
#include <picotm_os_mutex.h>
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
.