RTEMS CPU Kit with SuperCore
4.11.3
|
Swapout worker thread. More...
Data Fields | |
rtems_chain_node | link |
The threads sit on a chain when idle. More... | |
rtems_id | id |
The id of the task so we can wake it. More... | |
bool | enabled |
The worker is enabled. More... | |
rtems_bdbuf_swapout_transfer | transfer |
The transfer data for this thread. More... | |
Swapout worker thread.
These are available to take processing from the main swapout thread and handle the I/O operation.
bool rtems_bdbuf_swapout_worker::enabled |
The worker is enabled.
rtems_id rtems_bdbuf_swapout_worker::id |
The id of the task so we can wake it.
rtems_chain_node rtems_bdbuf_swapout_worker::link |
The threads sit on a chain when idle.
rtems_bdbuf_swapout_transfer rtems_bdbuf_swapout_worker::transfer |
The transfer data for this thread.