Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/futex/functional/
Dfutex_wait_private_mapped_file.c44 struct timespec wait_timeout = { .tv_sec = 5, .tv_nsec = 0}; variable
60 ret = futex_wait(&val, 1, &wait_timeout, 0); in thr_futex_wait()
/external/toolchain-utils/automation/common/
Dcommand_executer.py71 def _Terminate(self, child, command_timeout, wait_timeout=10): argument
88 if time.time() - wait_started >= wait_timeout:
/external/ltp/testcases/network/tcp_fastopen/
Dtcp_fastopen.c101 static long wait_timeout = 10000000; variable
156 wait_timeout); in help()
211 int ret = poll(&pfd, 1, wait_timeout / 1000); in TST_DECLARE_ONCE_FN()
715 check_opt_l("T", Targ, &wait_timeout, 0L); in setup()
/external/autotest/client/site_tests/network_3GSmokeTest/
Dnetwork_3GSmokeTest.py54 wait_timeout=disconnect_timeout)
/external/autotest/client/site_tests/network_WiMaxSmoke/
Dnetwork_WiMaxSmoke.py88 wait_timeout=self._disconnect_timeout)
/external/curl/lib/
Dtelnet.c1298 DWORD wait_timeout; in telnet_do() local
1411 wait_timeout = 100; in telnet_do()
1415 wait_timeout = 1000; in telnet_do()
1420 waitret = WaitForMultipleObjects(obj_count, objs, FALSE, wait_timeout); in telnet_do()
/external/autotest/client/site_tests/network_3GDormancyDance/
Dnetwork_3GDormancyDance.py62 self.flim.DisconnectService(service=self.service, wait_timeout=60)
/external/autotest/client/cros/
Dpower_suspend.py144 service=service, wait_timeout=60)