HomeSort by relevance Sort by last modified time
    Searched refs:sleep_secs (Results 1 - 7 of 7) sorted by null

  /external/libpcap/rpcapd/
daemon.h 43 void sleep_secs(int secs);
rpcapd.c     [all...]
daemon.c 1075 sleep_secs(RPCAP_SUSPEND_WRONGAUTH);
2460 void sleep_secs(int secs) function
    [all...]
  /external/autotest/server/site_tests/network_EthCapsServer/
network_EthCapsServer.py 15 def __init__(self, hostname, mac_addr, sleep_secs):
20 sleep_secs: seconds to sleep prior to attempting WOL
25 self._sleep_secs = sleep_secs
148 sleep_secs = 20
161 wol_wake = WolWake(self._client_ip, self._mac_addr, sleep_secs)
166 threshold_secs=sleep_secs * 2)
  /external/autotest/client/cros/power/
power_test.py 92 def loop_sleep(self, loop, sleep_secs):
96 @param sleep_secs: integer of desired sleep seconds.
98 next_time = self._start_time + (loop + 1) * sleep_secs
  /external/libpcap/testprogs/
threadsignaltest.c 112 sleep_secs(int secs) function
282 sleep_secs(60);
  /external/python/cpython3/Modules/_sqlite/
connection.c 1465 double sleep_secs = 0.250; local
    [all...]

Completed in 255 milliseconds