Searched refs:k_queue_remove (Results 1 – 3 of 3) sorted by relevance
53 k_queue_remove(&g_work_queue.queue, work); in scheduler_loop()
40 k_queue_remove(&work_q->queue, work); in k_work_rm_from_queue()
338 static inline bool k_queue_remove(struct k_queue *queue, void *data) in k_queue_remove() function
Completed in 4 milliseconds