Searched refs:waitfor (Results 1 – 7 of 7) 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)
1908 if(conn->waitfor & KEEP_RECV) in myssh_perform_getsock()1911 if(conn->waitfor & KEEP_SEND) in myssh_perform_getsock()1936 conn->waitfor = sshc->orig_waitfor; in myssh_block2waitfor()1942 conn->waitfor = KEEP_RECV; in myssh_block2waitfor()1945 conn->waitfor = KEEP_SEND; in myssh_block2waitfor()
2672 if(conn->waitfor & KEEP_RECV) in ssh_perform_getsock()2675 if(conn->waitfor & KEEP_SEND) in ssh_perform_getsock()2723 conn->waitfor = ((dir&LIBSSH2_SESSION_BLOCK_INBOUND)?KEEP_RECV:0) | in ssh_block2waitfor()2730 conn->waitfor = sshc->orig_waitfor; in ssh_block2waitfor()
993 int waitfor; /* current READ/WRITE bits to wait for */ member
1579 while (waitfor(NULL, &sig) >= 0) in c_wait()1584 rv = waitfor(*wp, &sig); in c_wait()
714 waitfor(const char *cp, int *sigp) in waitfor() function
2468 int waitfor(const char *, int *);