Searched refs:wait_timeout (Results 1 – 8 of 8) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/futex/functional/ |
D | futex_wait_private_mapped_file.c | 45 struct timespec wait_timeout = { .tv_sec = 5, .tv_nsec = 0}; variable 61 ret = futex_wait(&val, 1, &wait_timeout, 0); in thr_futex_wait()
|
/external/python/cpython3/Lib/concurrent/futures/ |
D | _base.py | 232 wait_timeout = None 234 wait_timeout = end_time - time.monotonic() 235 if wait_timeout < 0: 240 waiter.event.wait(wait_timeout)
|
/external/python/futures/concurrent/futures/ |
D | _base.py | 236 wait_timeout = None 238 wait_timeout = end_time - time.time() 239 if wait_timeout < 0: 244 waiter.event.wait(wait_timeout)
|
/external/toolchain-utils/automation/common/ |
D | command_executer.py | 71 def _Terminate(self, child, command_timeout, wait_timeout=10): argument 88 if time.time() - wait_started >= wait_timeout:
|
/external/ltp/testcases/network/netstress/ |
D | netstress.c | 114 static int wait_timeout = 60000; variable 377 inf.timeout = wait_timeout; in client_fn() 555 inf.timeout = wait_timeout; in server_fn() 860 if (tst_parse_int(Targ, &wait_timeout, 0, INT_MAX)) in setup() 919 wait_timeout = 100; in setup()
|
/external/curl/lib/ |
D | telnet.c | 1314 DWORD wait_timeout; in telnet_do() local 1429 wait_timeout = 100; in telnet_do() 1433 wait_timeout = 1000; in telnet_do() 1440 FALSE, wait_timeout); in telnet_do()
|
/external/autotest/client/site_tests/cellular_GobiDormancyDance/ |
D | cellular_GobiDormancyDance.py | 62 self.flim.DisconnectService(service=self.service, wait_timeout=60)
|
/external/autotest/client/cros/power/ |
D | power_suspend.py | 152 service=service, wait_timeout=60)
|