Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
k_p4wq Struct Reference

P4 Queue. More...

#include <p4wq.h>

Data Fields

struct k_spinlock lock
 
_wait_q_t waitq
 
struct rbtree queue
 
sys_dlist_t active
 
uint32_t flags
 

Detailed Description

P4 Queue.

Kernel pooled parallel preemptible priority-based work queue

Field Documentation

◆ active

sys_dlist_t k_p4wq::active

◆ flags

uint32_t k_p4wq::flags

◆ lock

struct k_spinlock k_p4wq::lock

◆ queue

struct rbtree k_p4wq::queue

◆ waitq

_wait_q_t k_p4wq::waitq

The documentation for this struct was generated from the following file: