Searched refs:poll (Results 151 - 175 of 212) sorted by relevance

123456789

/external/tinyalsa/
H A Dpcm.c36 #include <poll.h>
752 err = poll(&pfd, 1, timeout);
777 /* poll again if fd not ready for IO */
/external/valgrind/main/none/tests/
H A Dcmdline2.stdout.exp70 --vgdb-poll=<number> gdbserver poll max every <number> basic blocks [5000]
/external/guava/guava-tests/test/com/google/common/collect/
H A DMapMakerInternalMapTest.java1208 RemovalNotification<K, V> notification = map.removalNotificationQueue.poll();
1527 assertNull(segment.keyReferenceQueue.poll());
1558 assertNull(segment.valueReferenceQueue.poll());
1589 assertNull(segment.keyReferenceQueue.poll());
1621 assertNull(segment.valueReferenceQueue.poll());
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_ndis.c1467 int poll; local
1493 poll = drv->mode == IEEE80211_MODE_IBSS;
1496 poll = 1;
1500 if (poll) {
3232 wpa_driver_ndis_ops.poll = wpa_driver_ndis_poll;
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_ndis.c1467 int poll; local
1493 poll = drv->mode == IEEE80211_MODE_IBSS;
1496 poll = 1;
1500 if (poll) {
3232 wpa_driver_ndis_ops.poll = wpa_driver_ndis_poll;
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_ndis.c1467 int poll; local
1493 poll = drv->mode == IEEE80211_MODE_IBSS;
1496 poll = 1;
1500 if (poll) {
3232 wpa_driver_ndis_ops.poll = wpa_driver_ndis_poll;
/external/ppp/pppd/
H A Dsys-solaris.c1354 poll(&pfd, 1, 250); /* wait for up to 0.25 seconds */
1371 if (poll(pollfds, n_pollfds, t) < 0 && errno != EINTR)
1372 fatal("poll: %m");
2340 * Use poll to wait for a message with a timeout.
2345 n = poll(&pfd, 1, 1000);
/external/strace/
H A Dstrace.c72 #include <poll.h>
1218 * condition we have to poll for the event.
2122 if ((what = poll (&pv, 1, 1)) < 0) {
2133 if (poll(pollv, nprocs, INFTIM) < 0) {
2166 event. Doing a non blocking poll here solves the problem. */
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_pan.c32 #include <sys/poll.h>
/external/grub/netboot/
H A D3c90x.c31 * Re-wrote poll and transmit for
922 nic->poll = a3c90x_poll;
H A Deepro.c582 nic->poll = eepro_poll;
H A Dlance.c360 /* Trigger an immediate send poll */
556 nic->poll = lance_poll;
H A Dsis900.c311 nic->poll = sis900_poll;
H A Dsk_g16.c766 nic->poll = SK_poll;
H A Dw89c840.c693 nic->poll = w89c840_poll;
/external/kernel-headers/original/linux/
H A Dnetdevice.h394 /* Link to poll list */
396 int (*poll) (struct net_device *dev, int *quota); member in struct:net_device
843 /* Add interface to tail of rx poll list. This assumes that _prep has
849 /* Try to reschedule poll. Called by irq handler. */
857 /* Try to reschedule poll. Called by dev->poll() after netif_rx_complete().
876 /* Remove interface from poll list: it must be in the poll list
877 * on current cpu. This primitive is called by dev->poll(), when
878 * it completes the work. The device cannot be out of poll lis
[all...]
H A Dperf_event.h597 atomic_t poll; /* POLL_ for wakeups */ member in struct:perf_mmap_data
714 /* poll related */
/external/libusb/libusb/
H A Dcore.c24 #include <poll.h>
892 * that they realise the addition of the new device's poll fd. One
898 /* record that we are messing with poll fds */
921 /* we're done with modifying poll fds */
1024 /* record that we are messing with poll fds */
1051 /* we're done with modifying poll fds */
/external/linux-tools-perf/
H A Dbuiltin-record.c700 err = poll(evsel_list->pollfd, evsel_list->nr_fds, -1);
/external/linux-tools-perf/util/
H A Devlist.c9 #include <poll.h>
/external/linux-tools-perf/util/include/linux/added/
H A Dperf_event.h704 atomic_t poll; /* POLL_ for wakeups */ member in struct:perf_buffer
847 /* poll related */
/external/valgrind/main/coregrind/m_gdbserver/
H A Dserver.c279 VG_(poll)(NULL, 0, int_value);
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dbase.py964 def poll(self): member in class:Driver
967 raise NotImplementedError('Driver.poll')
/external/webkit/Tools/Scripts/webkitpy/layout_tests/
H A Drun_webkit_tests_unittest.py147 def poll(self): member in class:get_tests_run.RecordingTestDriver
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Ddriver_ndis.c1366 int poll; local
1392 poll = drv->mode == IEEE80211_MODE_IBSS;
1395 poll = 1;
1399 if (poll) {

Completed in 3244 milliseconds

123456789