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

  /external/iputils/
ping_common.c 735 int polling; local
767 polling = 0;
783 polling = MSG_DONTWAIT;
789 if (!polling &&
798 polling = MSG_DONTWAIT;
817 cc = recvmsg(icmp_sock, &msg, polling);
818 polling = MSG_DONTWAIT;
  /prebuilts/go/darwin-x86/src/internal/poll/
fd.go 5 // Package poll supports non-blocking I/O on file descriptors with polling.
fd_windows.go 186 return 0, errors.New("internal error: polling on unsupported descriptor type")
  /prebuilts/go/linux-x86/src/internal/poll/
fd.go 5 // Package poll supports non-blocking I/O on file descriptors with polling.
fd_windows.go 186 return 0, errors.New("internal error: polling on unsupported descriptor type")
  /build/soong/ui/build/
proc_sync.go 142 return fmt.Sprintf("polling every %v until %v", s.sleepInterval, s.totalWait)
  /external/python/cpython3/Lib/asyncio/
selector_events.py 583 polling = _test_selector_event(self._loop._selector,
585 if polling:
586 info.append('read=polling')
590 polling = _test_selector_event(self._loop._selector,
593 if polling:
594 state = 'polling'
    [all...]
unix_events.py 366 polling = selector_events._test_selector_event(
369 if polling:
370 info.append('polling')
504 polling = selector_events._test_selector_event(
507 if polling:
508 info.append('polling')
838 polling explicitly each process in the SIGCHLD handler instead of calling
    [all...]
  /external/autotest/client/common_lib/
utils.py 827 """Waits for background jobs by select polling their stdout/stderr.
    [all...]
  /external/autotest/client/common_lib/cros/
dev_server.py     [all...]
  /external/dhcpcd-6.8.2/
ipv6.c 87 # warning polling tentative address flags periodically
    [all...]
  /prebuilts/devtools/tools/lib/
jimfs-1.1.jar 
  /prebuilts/gradle-plugin/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar 
  /prebuilts/tools/common/offline-m2/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar 
  /prebuilts/go/darwin-x86/src/net/http/
server.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
server.go     [all...]
  /prebuilts/go/darwin-x86/src/runtime/
proc.go     [all...]
  /prebuilts/go/linux-x86/src/runtime/
proc.go     [all...]
  /prebuilts/jdk/jdk8/darwin-x86/lib/
tools.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
tools.jar 

Completed in 884 milliseconds