ChibiOS
21.6.0
|
Type of a jobs queue. More...
#include <chjobs.h>
Data Fields | |
guarded_memory_pool_t | free |
Pool of the free jobs. More... | |
mailbox_t | mbx |
Mailbox of the sent jobs. More... | |
guarded_memory_pool_t ch_jobs_queue::free |
Pool of the free jobs.
Definition at line 81 of file chjobs.h.
Referenced by chJobDispatch(), chJobDispatchTimeout(), chJobGet(), chJobGetI(), chJobGetTimeout(), chJobGetTimeoutS(), and chJobObjectInit().
mailbox_t ch_jobs_queue::mbx |
Mailbox of the sent jobs.
Definition at line 85 of file chjobs.h.
Referenced by chJobDispatch(), chJobDispatchTimeout(), chJobObjectInit(), chJobPost(), chJobPostAhead(), chJobPostAheadI(), chJobPostAheadS(), chJobPostI(), and chJobPostS().