Searched refs:poll (Results 226 - 250 of 335) sorted by relevance

1234567891011>>

/external/valgrind/main/auxprogs/
H A Dvalgrind-di-server.c101 #include <sys/poll.h>
1104 /* enquire, using poll, whether there is any activity available on
1112 res = poll(&ufd, 1, 0/*ms*/ /* 0=return immediately. */);
1153 the known conn_sd values and doing poll() on them. */
1170 res = poll(tmp_pollfd, j, 20/*ms*/ /* 0=return immediately. */ );
1172 perror("poll(main) failed");
1173 panic("poll(main) failed");
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_proxy.cc11 #include <poll.h>
1033 // Raise an event so that select/poll get interrupted.
1170 int result = poll(&pollfds[0], pollfds.size(), ms_timeout);
1203 int KernelProxy::poll(struct pollfd* fds, nfds_t nfds, int timeout) { function in class:nacl_io::KernelProxy
/external/chromium_org/build/android/pylib/
H A Dchrome_test_server_spawner.py252 if self.process.poll() is None:
/external/chromium_org/net/third_party/nss/ssl/
H A Dunix_err.c26 #include <poll.h>
/external/chromium_org/third_party/libusb/src/libusb/
H A Dlibusbi.h33 #include <poll.h>
227 * something needs to modify poll fds. */
250 /* list of poll fds */
255 * to modify the poll fd set. and a lock to protect it. */
437 /* Internal abstraction for poll (needs struct usbi_transfer on Windows) */
932 * as a result of the poll() system call. The num_ready parameter
934 * (i.e. the poll() return value). This should be enough information
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A D_irix.h444 /* The following defines the unwrapped versions of select() and poll(). */
450 #include <poll.h>
H A D_linux.h487 #include <sys/poll.h>
/external/chromium_org/third_party/skia/src/gpu/
H A DGrLayerCache.cpp422 fPictDeletionInbox.poll(&deletedPictures);
H A DGrResourceCache.cpp359 fInvalidationInbox.poll(&invalidated);
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
H A Ddesktop_browser_backend.py217 return self._proc and self._proc.poll() == None
/external/chromium_org/v8/tools/
H A Dpresubmit.py116 if out_line == '' and process.poll() != None:
/external/emma/core/java12/com/vladium/util/
H A DSoftValueMap.java546 next: for (Reference _ref; (_ref = m_valueReferenceQueue.poll ()) != null; )
/external/glide/library/src/main/java/com/bumptech/glide/request/
H A DGenericRequest.java88 GenericRequest request = queue.poll();
/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/
H A DPairingSession.java654 QueueMessage message = mMessageQueue.poll(SECRET_POLL_TIMEOUT_MS,
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java1022 public Object poll() {
2002 while ((notification = removalNotificationQueue.poll()) != null) {
2515 while ((ref = keyReferenceQueue.poll()) != null) {
2529 while ((ref = valueReferenceQueue.poll()) != null) {
2552 while (keyReferenceQueue.poll() != null) {}
2556 while (valueReferenceQueue.poll() != null) {}
2619 while ((e = recencyQueue.poll()) != null) {
3679 public ReferenceEntry<K, V> poll() { method in class:LocalCache.WriteQueue
3816 public ReferenceEntry<K, V> poll() { method in class:LocalCache.AccessQueue
/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java932 public Object poll() {
1999 while ((notification = removalNotificationQueue.poll()) != null) {
2233 while ((ref = keyReferenceQueue.poll()) != null) {
2247 while ((ref = valueReferenceQueue.poll()) != null) {
2270 while (keyReferenceQueue.poll() != null) {}
2274 while (valueReferenceQueue.poll() != null) {}
2338 while ((e = recencyQueue.poll()) != null) {
3205 public ReferenceEntry<K, V> poll() { method in class:MapMakerInternalMap.EvictionQueue
3341 public ReferenceEntry<K, V> poll() { method in class:MapMakerInternalMap.ExpirationQueue
/external/iptables/utils/
H A Dnfnl_osf.c22 #include <sys/poll.h>
/external/qemu/
H A Dqemu-timer.c38 #include <poll.h>
/external/skia/src/gpu/
H A DGrResourceCache.cpp359 fInvalidationInbox.poll(&invalidated);
/external/bluetooth/bluedroid/audio_a2dp_hw/
H A Daudio_a2dp_hw.c34 #include <sys/poll.h>
265 /* poll for 500 ms */
268 if (poll(&pfd, 1, 500) == 0)
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DAndroidScrollIntegrationTest.java220 poll(new Callable<Boolean>() {
237 poll(new Callable<Boolean>() {
/external/chromium_org/third_party/tcmalloc/vendor/
H A Dconfigure.ac146 AC_CHECK_HEADERS(poll.h) # optional; for forking out to symbolizer
/external/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cc24 #include <poll.h>
643 int ret = poll(fds, nfds, timeout);
/external/compiler-rt/test/dfsan/
H A Dcustom.c15 #include <poll.h>
577 int ret = poll(&fd, 1, 1);
/external/fio/os/windows/
H A Dposix.c21 #include <sys/poll.h>
736 int poll(struct pollfd fds[], nfds_t nfds, int timeout) function

Completed in 714 milliseconds

1234567891011>>