Searched refs:poll (Results 276 - 300 of 335) sorted by relevance

<<11121314

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
H A Drebaseline.py773 while process.poll() == None and time.time() < last_output_time + self.SECONDS_BEFORE_GIVING_UP:
782 if process.poll() == None:
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/fio/engines/
H A Dnet.c17 #include <sys/poll.h>
200 ret = poll(&pfd, 1, -1);
205 td_verror(td, errno, "poll");
H A Drdma.c33 #include <sys/poll.h>
262 log_err("fio: poll error %d\n", ret);
/external/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp12 #include <poll.h>
1410 if ((status = poll(&fdset, 1, -1)) < 0)
1415 assert(false && "Unexpected poll() failure!");
1418 case EINTR: continue; // Just poll again.
/external/valgrind/main/none/tests/
H A Dcmdline2.stdout.exp82 --vgdb-poll=<number> gdbserver poll max every <number> basic blocks [5000]
/external/guava/guava-tests/test/com/google/common/cache/
H A DLocalCacheTest.java1776 RemovalNotification<K, V> notification = map.removalNotificationQueue.poll();
2196 assertNull(segment.keyReferenceQueue.poll());
2227 assertNull(segment.valueReferenceQueue.poll());
2258 assertNull(segment.keyReferenceQueue.poll());
2290 assertNull(segment.valueReferenceQueue.poll());
/external/blktrace/
H A Dblktrace.c35 #include <poll.h>
160 * poll() data. The volatile's provide flags to/from the main executing
223 * The network server requires some poll structures to be maintained -
1802 ndone = poll(tp->pfds, ndevs, to_val);
1806 fprintf(stderr, "Thread %d poll failed: %d/%s\n",
2503 events = poll(ns->pfds, ns->connects + 1, -1);
2506 perror("FATAL: poll error");
/external/fio/
H A Dclient.c7 #include <sys/poll.h>
1505 ret = poll(pfds, nr_clients, ops->eta_msec);
1509 log_err("fio: poll clients: %s\n", strerror(errno));
/external/lldb/source/Plugins/Process/Linux/
H A DProcessMonitor.cpp14 #include <poll.h>
1931 if ((status = poll(&fdset, 1, -1)) < 0)
1936 assert(false && "Unexpected poll() failure!");
1939 case EINTR: continue; // Just poll again.
/external/lldb/test/
H A Dlldbtest.py265 retcode = process.poll()
963 if p.poll() == None:
/external/chromium_org/content/common/gpu/media/
H A Dv4l2_image_processor.cc7 #include <poll.h>
645 DVLOG(3) << __func__ << ": starting device poll";
649 // Start up the device poll thread and schedule its first DevicePollTask().
655 // Enqueue a poll task with no devices to poll on - will wait only for the
656 // poll interrupt
666 DVLOG(3) << __func__ << ": stopping device poll";
670 // Signal the DevicePollTask() to stop, and stop the device poll thread.
H A Dv4l2_video_encode_accelerator.cc7 #include <poll.h>
679 // Start up the device poll thread and schedule its first DevicePollTask().
685 // Enqueue a poll task with no devices to poll on -- it will wait only on the
699 // Signal the DevicePollTask() to stop, and stop the device poll thread.
741 DVLOG(3) << "StopDevicePoll(): device poll stopped";
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profile-table.cc51 #include <poll.h>
/external/guava/guava/src/com/google/common/collect/
H A DIterators.java1319 PeekingIterator<T> nextIter = queue.poll();
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DIterators.java1283 PeekingIterator<T> nextIter = queue.poll();
/external/iputils/
H A Dping_common.c677 * allowing to avoid redundant poll(). */
765 * 2. Avoid use of poll(), when recvmsg() can provide
781 /* When spinning, no reasons to poll.
795 if (poll(&pset, 1, next) < 1 ||
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-record.c568 err = poll(evsel_list->pollfd, evsel_list->nr_fds, -1);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Devlist.c11 #include <poll.h>
/external/qemu/audio/
H A Dalsaaudio.c260 count = poll (hlp->pfds, hlp->count, 0);
262 dolog ("alsa_poll_handler: poll %s\n", strerror (errno));
271 poll, correct? */
320 dolog ("Could not initialize poll mode\n"
321 "Invalid number of poll descriptors %d\n", count);
327 dolog ("Could not initialize poll mode\n");
333 alsa_logerr (err, "Could not initialize poll mode\n"
334 "Could not obtain poll descriptors\n");
/external/valgrind/main/coregrind/m_gdbserver/
H A Dremote-utils.c61 /* Calls VG_(poll) with given arguments. If VG_(poll) fails due to EINTR,
63 Normally, VG_(poll) gdbsrv syscalls are not supposed to be interrupted :
70 intercepts and queues an async signal, the poll syscall is not properly
79 So in case VG_(poll) fails with EINTR, we retry. */
82 const HChar* msg = "VG_(poll) failed (old kernel ?) retrying ... \n";
85 sr = VG_(poll) (fds, nfds, timeout);
210 /* returns 1 if one or more poll "errors" is set.
234 sr_extended_perror(ret, "ensure_write_remote_desc: poll error\n");
424 connection/remote_desc which are discovered with poll o
[all...]
H A Dserver.c448 VG_(poll)(NULL, 0, int_value);
/external/valgrind/main/include/vki/
H A Dvki-darwin.h647 #include <sys/poll.h>
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h1569 * poll - Poll driver for association information
1580 void (*poll)(void *priv); member in struct:wpa_driver_ops
3406 * EVENT_DRIVER_CLIENT_POLL_OK - Station responded to poll
3408 * This event indicates that the station responded to the poll
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h1569 * poll - Poll driver for association information
1580 void (*poll)(void *priv); member in struct:wpa_driver_ops
3406 * EVENT_DRIVER_CLIENT_POLL_OK - Station responded to poll
3408 * This event indicates that the station responded to the poll

Completed in 1552 milliseconds

<<11121314