Searched refs:waitfor (Results 1 – 6 of 6) sorted by relevance
45 def waitfor(self, signame, fn): member in network_SwitchCarrier88 self.waitfor('DeviceRemoved', self.device_removed)89 self.waitfor('DeviceAdded', self.device_added)
2626 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()
1035 int waitfor; /* current READ/WRITE bits to wait for */ member
1841 while (waitfor(NULL, &sig) >= 0) in c_wait()1846 rv = waitfor(*wp, &sig); in c_wait()
702 waitfor(const char *cp, int *sigp) in waitfor() function
1844 int waitfor(const char *, int *);