Home
last modified time | relevance | path

Searched refs:_priq_mq (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/kernel/include/
Dpriority_q.h46 static ALWAYS_INLINE void z_priq_mq_add(struct _priq_mq *pq, struct k_thread *thread);
47 static ALWAYS_INLINE void z_priq_mq_remove(struct _priq_mq *pq, struct k_thread *thread);
137 static ALWAYS_INLINE struct k_thread *z_priq_mq_best(struct _priq_mq *pq) in z_priq_mq_best()
182 static ALWAYS_INLINE void z_priq_mq_init(struct _priq_mq *q) in z_priq_mq_init()
189 static ALWAYS_INLINE void z_priq_mq_add(struct _priq_mq *pq, in z_priq_mq_add()
198 static ALWAYS_INLINE void z_priq_mq_remove(struct _priq_mq *pq, in z_priq_mq_remove()
/Zephyr-latest/include/zephyr/
Dkernel_structs.h122 struct _priq_mq { struct
138 struct _priq_mq runq; argument