Searched refs:rb_get_min (Results 1 – 6 of 6) sorted by relevance
38 return (struct k_thread *)rb_get_min(&w->waitq.tree); in z_waitq_head()
267 zassert_true(rb_get_min(&test_rbtree) == NULL, "the tree is invalid"); in ZTEST()276 zassert_true(rb_get_min(&test_rbtree) == &nodes[0], "the tree is invalid"); in ZTEST()
195 test = rb_get_min(&test_rbtree); in ZTEST()
132 static inline struct rbnode *rb_get_min(struct rbtree *tree) in rb_get_min() function
39 provided by :c:func:`rb_get_min` and :c:func:`rb_get_max`. There is also a
1238 struct rbnode *n = rb_get_min(&pq->tree); in z_priq_rb_best()