ChibiOS/NIL  3.1.0
nil_threads_queue Struct Reference

Structure representing a queue of threads. More...

#include <ch.h>

Inheritance diagram for nil_threads_queue:
Inheritance graph
Collaboration diagram for nil_threads_queue:
Collaboration graph

Data Fields

volatile cnt_t cnt
 Threads Queue counter. More...
 

Detailed Description

Structure representing a queue of threads.

Definition at line 568 of file ch.h.

Field Documentation

volatile cnt_t nil_threads_queue::cnt