picotm  0.7.0
picotm_os_cond Struct Reference

The condition variable of the operating system. More...

#include <picotm_os_cond.h>

Detailed Description

The data structure struct picotm_os_cond represents a condition variable provides by the operating system. A condition variable waits for a signal while atomically releasing and acquiring a mutex lock during the process. Waiting operations are allowed to fail spuriously. An implementation of struct picotm_os_cond shall be able to cooperate with struct picotm_os_mutex.


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