Home
last modified time | relevance | path

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

/device/generic/goldfish/qemud/
Dqemud.c339 LoopHook* hooks; member
350 l->hooks = NULL; in looper_init()
358 xfree(l->hooks); in looper_done()
372 LoopHook* hook = l->hooks; in looper_find()
391 xrenew( l->hooks, new_max ); in looper_grow()
397 LoopHook* hook = l->hooks + n; in looper_grow()
417 hook = l->hooks + l->num_fds; in looper_add()
535 LoopHook* hook = l->hooks + n; in looper_loop()
546 LoopHook* hook = l->hooks + n; in looper_loop()
553 hook[0] = l->hooks[l->num_fds-1]; in looper_loop()