Searched refs:poll (Results 76 - 100 of 212) sorted by relevance

123456789

/external/valgrind/main/coregrind/m_gdbserver/
H A Dremote-utils.c150 /* returns 1 if one or more poll "errors" is set.
170 ret = VG_(poll)(&write_remote_desc_ok, 1, 0);
355 connection/remote_desc which are discovered with poll or select on
360 VG_(poll)(0, 0, 100);
437 gives a small value to --vgdb-poll. So, the function avoids
450 /* poll the remote desc */
452 ret = VG_(poll) (&remote_desc_pollfdread_activity, 1, 0);
466 /* if no error from poll, indicate we have "seen" up to looking_at */
769 The read loop is then blocked in poll till gdb times out. */
787 ret = VG_(poll)(
[all...]
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dworker_mixin.py199 # poll() is not threadsafe and can throw OSError due to:
201 if not self._driver or self._driver.poll() is not None:
/external/chromium/third_party/libevent/
H A Dpoll.c1 /* $OpenBSD: poll.c,v 1.2 2002/06/25 15:50:15 mickey Exp $ */
40 #include <poll.h>
75 "poll",
89 /* Disable poll when this environment variable is set */
147 res = poll(pop->event_set, nfds, msec);
151 event_warn("poll");
161 event_debug(("%s: poll reports %d", __func__, res));
/external/dhcpcd/
H A Deloop.c32 #include <poll.h>
297 * calculate milliseconds until it does for use in poll. */
341 n = poll(fds, nfds, msecs);
347 syslog(LOG_ERR, "poll: %m");
/external/mtpd/
H A Dmtpd.c24 #include <sys/poll.h>
192 if (poll(pollfds, 3, timeout ? timeout : -1) == -1 && errno != EINTR) {
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dexecutive.py129 if output_line == "" and child_process.poll() != None:
130 # poll() is not threadsafe and can throw OSError due to:
132 return child_process.poll()
/external/libpcap/
H A Dpcap-dag.c508 struct timeval poll; local
571 /* Set up default poll parameters for stream
575 &mindata, &maxwait, &poll) < 0) {
593 mindata, &maxwait, &poll) < 0) {
685 * "select()" and "poll()" don't work on DAG device descriptors.
853 struct timeval poll; local
856 &mindata, &maxwait, &poll) < 0) {
871 mindata, &maxwait, &poll) < 0) {
/external/linux-tools-perf/
H A Dbuiltin-top.c62 #include <sys/poll.h>
518 poll(&stdin_poll, 1, -1);
645 } while (!poll(&stdin_poll, 1, delay_msecs) == 1);
979 poll(top.evlist->pollfd, top.evlist->nr_fds, 100);
1005 ret = poll(top.evlist->pollfd, top.evlist->nr_fds, 100);
/external/guava/guava/src/com/google/common/collect/
H A DMinMaxPriorityQueue.java49 * #poll()} and {@link #remove()} -- is defined as the <i>least</i> element in
75 * all the forms of {@link #poll} and {@link #remove()}) run in {@code
283 @Override public E poll() { method in class:MinMaxPriorityQueue
317 return poll();
771 lastFromForgetMeNot = forgetMeNot.poll();
/external/netcat/
H A Dnetcat.c48 #include <poll.h>
668 if ((ret = poll(&pfd, 1, timeout)) == 1) {
679 err(1, "poll failed");
782 if ((n = poll(pfd, 2 - dflag, timeout)) < 0) {
/external/iproute2/misc/
H A Drtacct.c25 #include <sys/poll.h>
389 if (poll(&p, 1, tdiff + scan_interval) > 0
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dwebkit.py389 def poll(self): member in class:WebKitDriver
390 return self._server_process.poll()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DArrayDequeTest.java450 * @tests {@link java.util.ArrayDeque#poll()}
457 assertEquals(testObjOne, testQue.poll());
459 assertEquals(testObjTwo, testQue.poll());
460 assertEquals(testObjThree, testQue.poll());
462 assertNull(testQue.poll());
/external/guava/guava/src/com/google/common/eventbus/
H A DEventBus.java291 EventWithHandler eventWithHandler = eventsToDispatch.get().poll();
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
H A DVideoRecorderAppState.java136 usedItems.poll();
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/
H A DPhysicsSpace.java238 AppTask task = pQueue.poll();
239 task = pQueue.poll();
242 task = pQueue.poll();
249 task = pQueue.poll();
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/input/lwjgl/
H A DJInputJoyInput.java129 if (!c.poll())
/external/kernel-headers/original/linux/
H A Dkobject.h60 wait_queue_head_t poll; member in struct:kobject
/external/linux-tools-perf/util/
H A Dutil.h83 #include <sys/poll.h>
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H A DChangeTimeScaleTrack.java73 TimeToSampleBox.Entry entry = timeQueue.poll();
/external/qemu/android/config/linux-x86/asm/
H A Dkvm.h43 __u8 poll; member in struct:kvm_pic_state
/external/qemu/android/config/linux-x86_64/asm/
H A Dkvm.h43 __u8 poll; member in struct:kvm_pic_state
/external/webkit/Tools/Scripts/
H A Dvalidate-committer-lists166 if output_line == '' and process.poll() != None:
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_sock_thread.c47 #include <sys/poll.h>
65 APPL_TRACE_DEBUG1("print poll event:%x", events); \
81 /*cmd executes in socket poll thread */
97 int psi[MAX_POLL]; //index of poll slot
298 //must executed in socket poll thread
306 APPL_TRACE_DEBUG0("THREAD_ADD_FD_SYNC is not called in poll thread, fallback to async");
413 APPL_TRACE_ERROR2("poll socket type should not changed! type was:%d, type now:%d", ps->type, type);
445 APPL_TRACE_ERROR1("exceeded max poll slot:%d!", MAX_POLL);
460 //update the poll events mask
541 APPL_TRACE_ERROR4("exceed max poll rang
[all...]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DJSR166TestCase.java1189 assertNull(q.poll());
1190 assertNull(q.poll(0, MILLISECONDS));

Completed in 510 milliseconds

123456789