Home | History | Annotate | Download | only in test

Lines Matching defs:both

241 struct both {
249 struct both *both = arg;
259 both->nread += len;
260 if (event_add(&both->ev, NULL) == -1)
267 struct both *both = arg;
272 if (len > both->nread)
273 len = both->nread;
285 both->nread -= len;
286 if (event_add(&both->ev, NULL) == -1)
588 struct both r1, r2, w1, w2;
1264 * make two bases to catch signals, use both of them. this only works
2185 /* At this point, we executed both callbacks. Whichever one got