Home
last modified time | relevance | path

Searched refs:n_firing (Results 1 - 2 of 2) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dhook-list.c34 hook->n_dead = hook->n_firing = 0; in pa_hook_init()
49 pa_assert(hook->n_firing == 0); in pa_hook_done()
85 if (slot->hook->n_firing > 0) { in pa_hook_slot_free()
98 hook->n_firing ++; in pa_hook_fire()
108 hook->n_firing --; in pa_hook_fire()
109 pa_assert(hook->n_firing >= 0); in pa_hook_fire()
128 return hook->n_firing > 0; in pa_hook_is_firing()
H A Dhook-list.h56 int n_firing, n_dead; member

Completed in 1 milliseconds