HomeSort by relevance Sort by last modified time
    Searched defs:timeout (Results 1 - 25 of 1175) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/strace/test/
select.c 14 struct timeval timeout; local
29 timeout.tv_sec = 0;
30 timeout.tv_usec = 100;
31 select(FD_SETSIZE + 1, (fd_set *)buffer, NULL, NULL, &timeout);
  /external/chromium_org/sandbox/win/wow_helper/
target_code.cc 19 LARGE_INTEGER timeout; local
20 timeout.QuadPart = -(5 * 10000000); // 5 seconds.
24 TRUE, &timeout);
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_IDLETIMER.h 25 __u32 timeout; member in struct:idletimer_tg_info
xt_CT.h 46 char timeout[32]; member in struct:xt_ct_target_info_v1
  /external/chromium_org/third_party/libevent/sample/
time-test.c 36 struct event *timeout = arg; local
45 event_add(timeout, &tv);
51 struct event timeout; local
58 evtimer_set(&timeout, timeout_cb, &timeout);
62 event_add(&timeout, &tv);
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_IDLETIMER.h 37 __u32 timeout; member in struct:idletimer_tg_info
  /external/mdnsresponder/mDNSPosix/
ExampleClientApp.c 53 struct timeval timeout; local
61 // 2. Set up the timeout.
63 // so we set an effectively infinite timeout
64 timeout.tv_sec = 0x3FFFFFFF;
65 timeout.tv_usec = 0;
67 // 3. Give the mDNSPosix layer a chance to add its information to the fd_set and timeout
68 mDNSPosixGetFDSet(m, &nfds, &readfds, &timeout);
71 verbosedebugf("select(%d, %d.%06d)", nfds, timeout.tv_sec, timeout.tv_usec);
72 result = select(nfds, &readfds, NULL, NULL, &timeout);
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/netfilter/
xt_IDLETIMER.h 25 __u32 timeout; member in struct:idletimer_tg_info
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/netfilter/
xt_IDLETIMER.h 25 __u32 timeout; member in struct:idletimer_tg_info
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/netfilter/
xt_IDLETIMER.h 25 __u32 timeout; member in struct:idletimer_tg_info
  /system/core/init/
watchdogd.c 35 int timeout; local
48 timeout = interval + margin;
56 ret = ioctl(fd, WDIOC_SETTIMEOUT, &timeout);
58 ERROR("watchdogd: Failed to set timeout to %d: %s\n", timeout, strerror(errno));
59 ret = ioctl(fd, WDIOC_GETTIMEOUT, &timeout);
61 ERROR("watchdogd: Failed to get timeout: %s\n", strerror(errno));
63 if (timeout > margin)
64 interval = timeout - margin;
67 ERROR("watchdogd: Adjusted interval to timeout returned by driver: timeout %d, interval %d, margin %d\n"
    [all...]
  /development/ndk/platforms/android-L/include/linux/netfilter/
xt_IDLETIMER.h 29 __u32 timeout; member in struct:idletimer_tg_info
xt_CT.h 46 char timeout[32]; member in struct:xt_ct_target_info_v1
  /external/chromium_org/base/test/
test_timeouts.cc 41 int timeout; local
42 base::StringToInt(string_value, &timeout);
43 *value = std::max(*value, timeout);
63 // The timeout values should increase in the order they appear in this block.
101 // Test launcher timeout is independent from anything above action timeout.
105 // The timeout values should be increasing in the right order.
  /external/chromium_org/components/nacl/loader/nonsfi/
irt_futex.cc 37 struct timespec timeout; local
40 // futex syscall takes relative timeout, but the ABI for IRT's
41 // futex_wait_abs is absolute timeout. So, here we convert it.
45 NaClAbsTimeToRelTime(*abstime, now, &timeout);
47 // Linux's FUTEX_WAIT returns EINVAL for negative timeout, but an absolute
52 if (timeout.tv_sec < 0)
54 timeout_ptr = &timeout;
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prtpool.h 54 PRIntervalTime timeout; member in struct:PRJobIoDesc
92 PR_QueueJob_Timer(PRThreadPool *tpool, PRIntervalTime timeout,
  /external/iptables/include/linux/netfilter/
xt_IDLETIMER.h 42 __u32 timeout; member in struct:idletimer_tg_info
  /bionic/libc/kernel/uapi/linux/
pg.h 29 int timeout; member in struct:pg_write_hdr
  /cts/libs/deviceutil/src/android/cts/util/
PollingCheck.java 30 public PollingCheck(long timeout) {
31 mTimeout = timeout;
41 long timeout = mTimeout; local
42 while (timeout > 0) {
53 timeout -= TIME_SLICE;
56 Assert.fail("unexpected timeout");
59 public static void check(CharSequence message, long timeout, Callable<Boolean> condition)
61 while (timeout > 0) {
67 timeout -= TIME_SLICE;
  /development/ndk/platforms/android-L/include/linux/
pg.h 29 int timeout; member in struct:pg_write_hdr
  /external/apache-harmony/support/src/test/java/tests/support/
Support_HttpServerSocket.java 34 private int timeout = 8000; field in class:Support_HttpServerSocket
48 instance.setSoTimeout(timeout);
55 * timeout for the server.
57 public void setTimeout(int timeout) {
58 this.timeout = timeout;
  /external/chromium_org/base/synchronization/
waitable_event_win.cc 64 double timeout = ceil(max_time.InMillisecondsF()); local
65 DWORD result = WaitForSingleObject(handle_, static_cast<DWORD>(timeout));
93 INFINITE); // no timeout
  /external/chromium_org/sandbox/win/tests/integration_tests/
integration_tests_test.cc 48 int timeout = 500; local
50 timeout = _wtoi(argv[0]);
53 ::Sleep(timeout);
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
PositionOptions.h 41 unsigned timeout() const function in class:WebCore::PositionOptions
45 void setTimeout(unsigned timeout)
47 m_timeout = timeout;
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
main.cc 107 struct timeval timeout = { 10, 0 }; local
108 if (select(FD_SETSIZE, &socket_set, NULL, NULL, &timeout) == SOCKET_ERROR) {

Completed in 889 milliseconds

1 2 3 4 5 6 7 8 91011>>