Searched refs:ev_completion (Results 1 – 2 of 2) sorted by relevance
77 struct ev_completion { struct79 struct ev_completion *next; argument
87 static struct ev_completion *event_compq; /* Event completion queue */897 struct ev_completion *ev_comp; in event_completion_thr()1015 struct ev_completion *ev_comp, *tmp; in dispatch()1036 ev_comp = (struct ev_completion *) in dispatch()1037 malloc(sizeof (struct ev_completion)); in dispatch()