picotm
0.7.0
|
The condition variable of the operating system. More...
#include <picotm_os_cond.h>
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
.