Searched refs:timer_pool_entry_comparator (Results 1 – 1 of 1) sorted by relevance
69 bool timer_pool_entry_comparator(void *user_data, pheap_node_id_t a, pheap_node_id_t b) { in timer_pool_entry_comparator() function83 timer_pool_entry_comparator, &default_alarm_pool); in alarm_pool_init_default()182 pool->heap = ph_create(max_timers, timer_pool_entry_comparator, pool); in alarm_pool_create()192 pool->heap = ph_create(max_timers, timer_pool_entry_comparator, pool); in alarm_pool_create_with_unused_hardware_alarm()
Completed in 4 milliseconds