HomeSort by relevance Sort by last modified time
    Searched refs:poll (Results 1 - 25 of 1639) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/include/sys/
poll.h 1 #include <poll.h>
  /bionic/libc/kernel/uapi/linux/
poll.h 19 #include <asm/poll.h>
  /external/kernel-headers/original/uapi/linux/
poll.h 1 #include <asm/poll.h>
  /bionic/libc/kernel/uapi/asm-arm/asm/
poll.h 19 #include <asm-generic/poll.h>
  /bionic/libc/kernel/uapi/asm-arm64/asm/
poll.h 19 #include <asm-generic/poll.h>
  /bionic/libc/kernel/uapi/asm-x86/asm/
poll.h 19 #include <asm-generic/poll.h>
  /external/kernel-headers/original/uapi/asm-arm/asm/
poll.h 1 #include <asm-generic/poll.h>
  /external/kernel-headers/original/uapi/asm-arm64/asm/
poll.h 1 #include <asm-generic/poll.h>
  /external/kernel-headers/original/uapi/asm-x86/asm/
poll.h 1 #include <asm-generic/poll.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
poll.h 1 #include <asm-generic/poll.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
poll.h 1 #include <sys/poll.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
poll.h 1 #include <asm-generic/poll.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
poll.h 4 #include <asm/poll.h>
  /bionic/libc/kernel/uapi/asm-mips/asm/
poll.h 23 #include <asm-generic/poll.h>
  /external/kernel-headers/original/uapi/asm-mips/asm/
poll.h 8 #include <asm-generic/poll.h>
  /external/fio/os/windows/posix/include/sys/
poll.h 13 int poll(struct pollfd fds[], nfds_t nfds, int timeout);
  /external/libusb/libusb/os/
poll_posix.h 7 #define usbi_poll poll
  /prebuilts/go/darwin-x86/src/net/
main_windows_test.go 7 import "internal/poll"
13 origClosesocket = poll.CloseFunc
15 origConnectEx = poll.ConnectExFunc
17 origAccept = poll.AcceptFunc
23 poll.CloseFunc = sw.Closesocket
25 poll.ConnectExFunc = sw.ConnectEx
27 poll.AcceptFunc = sw.AcceptEx
33 poll.CloseFunc = origClosesocket
35 poll.ConnectExFunc = origConnectEx
37 poll.AcceptFunc = origAccep
    [all...]
  /prebuilts/go/linux-x86/src/net/
main_windows_test.go 7 import "internal/poll"
13 origClosesocket = poll.CloseFunc
15 origConnectEx = poll.ConnectExFunc
17 origAccept = poll.AcceptFunc
23 poll.CloseFunc = sw.Closesocket
25 poll.ConnectExFunc = sw.ConnectEx
27 poll.AcceptFunc = sw.AcceptEx
33 poll.CloseFunc = origClosesocket
35 poll.ConnectExFunc = origConnectEx
37 poll.AcceptFunc = origAccep
    [all...]
  /external/valgrind/memcheck/tests/
badpoll.c 3 #include <sys/poll.h>
5 // At one point, poll()'s checking was not done accurately. This test
22 poll(ufds, 2, 200);
  /libcore/ojluni/src/main/java/java/nio/file/
WatchService.java 43 * {@link #poll() poll} or {@link #take() take} methods to retrieve keys
93 * may not be detected by primitive implementations that periodically poll the
114 * #poll(long,TimeUnit) poll} methods waiting for a key to be queued then
139 WatchKey poll(); method in interface:WatchService
159 WatchKey poll(long timeout, TimeUnit unit) method in interface:WatchService
  /libcore/ojluni/src/main/java/java/util/concurrent/
CompletionService.java 107 Future<V> poll(); method in interface:CompletionService
123 Future<V> poll(long timeout, TimeUnit unit) throws InterruptedException; method in interface:CompletionService
  /bionic/libc/include/
poll.h 33 #include <linux/poll.h>
41 int poll(struct pollfd* __fds, nfds_t __count, int __timeout_ms);
46 #include <bits/fortify/poll.h>
  /external/curl/src/
tool_sleep.c 29 # include <poll.h>
31 # include <sys/poll.h>
49 (void)poll((void *)0, 0, (int)ms);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_poll.py 1 # Test case for the os.poll() function
7 select.poll
9 raise unittest.SkipTest, "select.poll not defined -- skipping test_poll"
22 # Basic functional test of poll object
23 # Create a bunch of pipe and test that poll works with them.
25 p = select.poll()
48 ready = p.poll()
55 ready = p.poll()
77 p = select.poll()
79 r = p.poll()
    [all...]

Completed in 718 milliseconds

1 2 3 4 5 6 7 8 91011>>