Lines Matching refs:WL

1547 typedef ev_watcher_list *WL;  typedef
1761 WL head;
1788 WL head;
2036 for (w = (ev_io *)anfd->head; w; w = (ev_io *)((WL)w)->next) in fd_event_nocheck()
2110 for (w = (ev_io *)anfd->head; w; w = (ev_io *)((WL)w)->next) in fd_reify()
2372 WL head;
2572 WL w; in ev_feed_signal_event()
2619 static WL childs [EV_PID_HASHSIZE];
2634 for (w = (ev_child *)childs [chain & ((EV_PID_HASHSIZE) - 1)]; w; w = (ev_child *)((WL)w)->next) in child_reap()
3134 WL w, w2; in ev_verify()
3207 for (w = (ev_child *)childs [chain & ((EV_PID_HASHSIZE) - 1)]; w; w = (ev_child *)((WL)w)->next) in ev_verify()
3753 wlist_add (WL *head, WL elem) in wlist_add()
3760 wlist_del (WL *head, WL elem) in wlist_del()
3843 wlist_add (&anfds[fd].head, (WL)w); in ev_io_start()
3846 assert (("libev: ev_io_start called with corrupted watcher", ((WL)w)->next != (WL)w)); in ev_io_start()
3865 wlist_del (&anfds[w->fd].head, (WL)w); in ev_io_stop()
4083 wlist_add (&signals [w->signum - 1].head, (WL)w); in ev_signal_start()
4085 if (!((WL)w)->next) in ev_signal_start()
4125 wlist_del (&signals [w->signum - 1].head, (WL)w); in ev_signal_stop()
4169 wlist_add (&childs [w->pid & ((EV_PID_HASHSIZE) - 1)], (WL)w); in ev_child_start()
4183 wlist_del (&childs [w->pid & ((EV_PID_HASHSIZE) - 1)], (WL)w); in ev_child_stop()
4275 wlist_add (&fs_hash [w->wd & ((EV_INOTIFY_HASHSIZE) - 1)].head, (WL)w); in infy_add()
4294 wlist_del (&fs_hash [slot].head, (WL)w); in infy_del()
4309 WL w_; in infy_wd()
4320 wlist_del (&fs_hash [slot & ((EV_INOTIFY_HASHSIZE) - 1)].head, (WL)w); in infy_wd()
4414 WL w_ = fs_hash [slot].head; in infy_fork()