Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/cellular_GobiSwitchCarrier/
Dcellular_GobiSwitchCarrier.py45 def waitfor(self, signame, fn): member in cellular_GobiSwitchCarrier
88 self.waitfor('DeviceRemoved', self.device_removed)
89 self.waitfor('DeviceAdded', self.device_added)
/external/curl/lib/
Dssh-libssh.c1925 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()
Dssh.c2720 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()
Durldata.h1013 int waitfor; /* current READ/WRITE bits to wait for */ member
/external/syzkaller/sys/fuchsia/
Dobjects.txt171 waitfor int32
/external/mksh/src/
Dfuncs.c1579 while (waitfor(NULL, &sig) >= 0) in c_wait()
1584 rv = waitfor(*wp, &sig); in c_wait()
Djobs.c708 waitfor(const char *cp, int *sigp) in waitfor() function
Dsh.h2473 int waitfor(const char *, int *);