Searched refs:poll (Results 101 - 125 of 212) sorted by relevance

123456789

/external/iproute2/misc/
H A Difstat.c24 #include <sys/poll.h>
510 if (poll(&p, 1, tdiff + scan_interval) > 0
H A Dnstat.c24 #include <sys/poll.h>
395 if (poll(&p, 1, tdiff + scan_interval) > 0
/external/valgrind/main/none/tests/
H A Dcmdline1.stdout.exp70 --vgdb-poll=<number> gdbserver poll max every <number> basic blocks [5000]
/external/wpa_supplicant_6/wpa_supplicant/
H A Dwpa_supplicant_i.h618 if (wpa_s->driver->poll) {
619 wpa_s->driver->poll(wpa_s->drv_priv);
/external/wpa_supplicant_8/wpa_supplicant/
H A Ddriver_i.h190 if (wpa_s->driver->poll) {
191 wpa_s->driver->poll(wpa_s->drv_priv);
/external/chromium/third_party/libevent/
H A Devport.c61 #include <poll.h>
/external/chromium-trace/
H A Dsystrace.py191 result = adb.poll()
/external/dbus/dbus/
H A Ddbus-sysdeps.h44 /* AIX sys/poll.h does #define events reqevents, and other
45 * wonderousness, so must include sys/poll before declaring
49 #include <sys/poll.h>
247 /* AIX uses different values for poll */
296 short events; /**< Events to poll for */
/external/grub/netboot/
H A D3c595.c491 nic->poll = t595_poll;
H A Dconfig.c478 eth_dummy, /* poll */
583 return ((*nic.poll) (&nic));
H A Depic100.c206 nic->poll = epic100_poll;
H A Dni5010.c367 nic->poll = ni5010_poll;
H A Dotulip.c370 nic->poll = tulip_poll;
H A Dsmc9000.c505 nic->poll = smc9000_poll;
H A Di82586.c571 nic->poll = i82586_poll;
678 nic->poll = i82586_poll;
814 nic->poll = i82586_poll;
/external/guava/guava-tests/test/com/google/common/collect/
H A DQueuesTest.java125 assertNotNull(q.poll());
/external/libusb/libusb/
H A Dlibusbi.h26 #include <poll.h>
148 * something needs to modify poll fds. */
166 /* list of poll fds */
171 * to modify the poll fd set. and a lock to protect it. */
741 * as a result of the poll() system call. The num_ready parameter
743 * (i.e. the poll() return value). This should be enough information
/external/libxml2/
H A Dnanohttp.c62 #include <poll.h>
499 (void) poll(&p, 1, timeout * 1000);
596 if ((poll(&p, 1, timeout * 1000) < 1)
965 switch (poll(&p, 1, timeout * 1000))
/external/linux-tools-perf/util/
H A Dhelp.c322 poll(NULL, 0, autocorrect * 100);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
H A DSyncSampleIntersectFinderImpl.java283 TimeToSampleBox.Entry entry = timeQueue.poll();
/external/v8/tools/
H A Dpresubmit.py116 if out_line == '' and process.poll() != None:
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dbase_unittest.py301 self.assertVirtual(driver.poll)
H A Dtest.py427 def poll(self): member in class:TestDriver
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Ddriver.h733 * poll - Poll driver for association information
744 void (*poll)(void *priv); member in struct:wpa_driver_ops
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_thread.cc93 // will drop out of *all* forward progress sync loops (it won't poll and it
160 AdjustPolling(NULL); // Will kick start poll timer if needed.
660 // For all other purposes(nudge and poll) we schedule a retry nudge.
672 TimeDelta poll = (!session_context_->notifications_enabled()) ? local
676 poll != poll_timer_.GetCurrentDelay();
684 // Adjust poll rate.
686 poll_timer_.Start(poll, this, &SyncerThread::PollTimerCallback);

Completed in 571 milliseconds

123456789