Searched defs:timeout_data (Results 1 – 4 of 4) sorted by relevance
58 struct timeout_data { struct59 char *s, *k;61 struct pollfd pfd;62 sigjmp_buf sj;63 int fds[2], pid, rc;
78 struct timeout_data { struct79 char *s, *k;81 struct pollfd pfd;82 sigjmp_buf sj;83 int fds[2], pid, rc;
273 struct timeout_data { struct274 char *s, *k;276 struct pollfd pfd;277 sigjmp_buf sj;278 int fds[2], pid, rc;
275 void *timeout_data; /* User data pointer */ member