Home
last modified time | relevance | path

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

/external/platform/pico/common/pico_util/
A Dqueue.c35 uint16_t level = queue_get_level_unsafe(q); in inc_index()
47 if (queue_get_level_unsafe(q) != q->element_count) { in queue_add_internal()
65 if (queue_get_level_unsafe(q) != 0) { in queue_remove_internal()
83 if (queue_get_level_unsafe(q) != 0) { in queue_peek_internal()
/external/platform/pico/common/pico_util/include/pico/util/
A Dqueue.h83 static inline uint queue_get_level_unsafe(queue_t *q) { in queue_get_level_unsafe() function
99 uint level = queue_get_level_unsafe(q); in queue_get_level()
125 q->max_level = queue_get_level_unsafe(q); in queue_reset_max_level()

Completed in 3 milliseconds