Home
last modified time | relevance | path

Searched refs:ph_remove_head (Results 1 – 3 of 3) sorted by relevance

/external/platform/pico/common/pico_util/include/pico/util/
A Dpheap.h198 pheap_node_id_t ph_remove_head(pheap_t *heap, bool free);
213 return ph_remove_head(heap, true); in ph_remove_and_free_head()
/external/platform/pico/common/pico_util/
A Dpheap.c76 pheap_node_id_t ph_remove_head(pheap_t *heap, bool free) { in ph_remove_head() function
/external/platform/pico/common/pico_time/
A Dtime.c141 pheap_node_id_t __unused removed_id = ph_remove_head(pool->heap, false); in alarm_pool_alarm_callback()

Completed in 4 milliseconds