Zephyr API 3.6.99
|
A structure used to hold work until it can be processed. More...
#include <kernel.h>
Data Fields | |
struct k_thread | thread |
sys_slist_t | pending |
_wait_q_t | notifyq |
_wait_q_t | drainq |
uint32_t | flags |
A structure used to hold work until it can be processed.
_wait_q_t k_work_q::drainq |
uint32_t k_work_q::flags |
_wait_q_t k_work_q::notifyq |
sys_slist_t k_work_q::pending |
struct k_thread k_work_q::thread |