Searched refs:waitfor (Results 1 - 7 of 7) sorted by relevance

/external/autotest/client/site_tests/cellular_GobiSwitchCarrier/
H A Dcellular_GobiSwitchCarrier.py45 def waitfor(self, signame, fn): member in class:cellular_GobiSwitchCarrier
88 self.waitfor('DeviceRemoved', self.device_removed)
89 self.waitfor('DeviceAdded', self.device_added)
/external/curl/lib/
H A Dssh-libssh.c1908 if(conn->waitfor & KEEP_RECV)
1911 if(conn->waitfor & KEEP_SEND)
1936 conn->waitfor = sshc->orig_waitfor;
1942 conn->waitfor = KEEP_RECV;
1945 conn->waitfor = KEEP_SEND;
H A Dssh.c2672 if(conn->waitfor & KEEP_RECV)
2675 if(conn->waitfor & KEEP_SEND)
2723 conn->waitfor = ((dir&LIBSSH2_SESSION_BLOCK_INBOUND)?KEEP_RECV:0) |
2730 conn->waitfor = sshc->orig_waitfor;
H A Durldata.h993 int waitfor; /* current READ/WRITE bits to wait for */ member in struct:connectdata
/external/mksh/src/
H A Dfuncs.c1579 while (waitfor(NULL, &sig) >= 0)
1584 rv = waitfor(*wp, &sig);
H A Djobs.c714 waitfor(const char *cp, int *sigp) function
760 rv = j_waitj(j, flags, "jw:waitfor");
H A Dsh.h2468 int waitfor(const char *, int *);

Completed in 728 milliseconds