Searched refs:waitfor (Results 1 – 8 of 8) sorted by relevance
45 def waitfor(self, signame, fn): member in cellular_GobiSwitchCarrier88 self.waitfor('DeviceRemoved', self.device_removed)89 self.waitfor('DeviceAdded', self.device_added)
1925 if(conn->waitfor & KEEP_RECV) in myssh_perform_getsock()1928 if(conn->waitfor & KEEP_SEND) in myssh_perform_getsock()1953 conn->waitfor = sshc->orig_waitfor; in myssh_block2waitfor()1959 conn->waitfor = KEEP_RECV; in myssh_block2waitfor()1962 conn->waitfor = KEEP_SEND; in myssh_block2waitfor()
2720 if(conn->waitfor & KEEP_RECV) in ssh_perform_getsock()2723 if(conn->waitfor & KEEP_SEND) in ssh_perform_getsock()2771 conn->waitfor = ((dir&LIBSSH2_SESSION_BLOCK_INBOUND)?KEEP_RECV:0) | in ssh_block2waitfor()2778 conn->waitfor = sshc->orig_waitfor; in ssh_block2waitfor()
1013 int waitfor; /* current READ/WRITE bits to wait for */ member
171 waitfor int32
1579 while (waitfor(NULL, &sig) >= 0) in c_wait()1584 rv = waitfor(*wp, &sig); in c_wait()
708 waitfor(const char *cp, int *sigp) in waitfor() function
2473 int waitfor(const char *, int *);