Task runtime state.
More...
#include <task.h>
◆ arg
◆ const_arg
| const void* task_data::const_arg |
◆ [union]
| union { ... } task_data::executor |
◆ reschedule_counter
| int task_data::reschedule_counter |
◆ running
Task is currently running.
◆ schedule_idx
| uint8_t task_data::schedule_idx |
Schedule that triggered the task to run.
◆ skip
◆ [union]
| union { ... } task_data::task_arg |
◆ terminate_signal
| struct k_poll_signal task_data::terminate_signal |
Thread termination signal.
◆ work
| struct k_work_delayable task_data::work |
◆ [struct]
| struct { ... } task_data::workqueue |
The documentation for this struct was generated from the following file: