|
ChibiOS/RT 7.0.5
|
condition_variable_t structure. More...
#include <chcond.h>

Data Fields | |
| ch_queue_t | queue |
| Condition variable threads queue. | |
condition_variable_t structure.
| ch_queue_t condition_variable::queue |
Condition variable threads queue.
Definition at line 60 of file chcond.h.
Referenced by chCondBroadcastI(), chCondObjectInit(), chCondSignal(), chCondSignalI(), chCondWaitS(), and chCondWaitTimeoutS().