Home
last modified time | relevance | path

Searched refs:waitfor (Results 1 – 6 of 6) sorted by relevance

/external/autotest/client/site_tests/network_SwitchCarrier/
Dnetwork_SwitchCarrier.py45 def waitfor(self, signame, fn): member in network_SwitchCarrier
88 self.waitfor('DeviceRemoved', self.device_removed)
89 self.waitfor('DeviceAdded', self.device_added)
/external/curl/lib/
Dssh.c2626 if(conn->waitfor & KEEP_RECV) in ssh_perform_getsock()
2629 if(conn->waitfor & KEEP_SEND) in ssh_perform_getsock()
2675 conn->waitfor = ((dir&LIBSSH2_SESSION_BLOCK_INBOUND)?KEEP_RECV:0) | in ssh_block2waitfor()
2681 conn->waitfor = sshc->orig_waitfor; in ssh_block2waitfor()
Durldata.h1035 int waitfor; /* current READ/WRITE bits to wait for */ member
/external/mksh/src/
Dfuncs.c1841 while (waitfor(NULL, &sig) >= 0) in c_wait()
1846 rv = waitfor(*wp, &sig); in c_wait()
Djobs.c702 waitfor(const char *cp, int *sigp) in waitfor() function
Dsh.h1844 int waitfor(const char *, int *);