Home
last modified time | relevance | path

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

/external/wayland/src/
Devent-loop.c237 int heap_idx; member
379 tmp = a->heap_idx; in heap_set()
380 a->heap_idx = idx; in heap_set()
381 data[a->heap_idx] = a; in heap_set()
395 cursor_idx = source->heap_idx; in heap_sift_down()
427 cursor_idx = source->heap_idx; in heap_sift_up()
449 assert(source->heap_idx >= 0); in wl_timer_heap_disarm()
451 old_source_idx = source->heap_idx; in wl_timer_heap_disarm()
452 source->heap_idx = -1; in wl_timer_heap_disarm()
464 last_end_evt->heap_idx = old_source_idx; in wl_timer_heap_disarm()
[all …]