Searched refs:poll (Results 176 - 200 of 335) sorted by relevance

1234567891011>>

/external/libnl/lib/
H A Dcache_mngr.c26 * non-blocking mode. Functions exist to poll() on the socket to
69 * // Give the manager the ability to receive updates, will call poll()
293 * using poll()/select().
303 * @arg timeout Upper limit poll() will block, in milliseconds.
305 * Causes poll() to be called to check for new event notifications
323 NL_DBG(3, "Cache manager %p, poll() fd %d\n", mngr, fds.fd);
324 ret = poll(&fds, 1, timeout);
325 NL_DBG(3, "Cache manager %p, poll() returned %d\n", mngr, ret);
/external/linux-tools-perf/perf-3.12.0/arch/x86/include/uapi/asm/
H A Dkvm.h65 __u8 poll; member in struct:kvm_pic_state
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dperf-record.c272 * We don't use poll here because at least at 3.1 times the
277 poll(evlist->pollfd, evlist->nr_fds, -1);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dutil.h67 #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/wpa_supplicant_8/hostapd/src/utils/
H A Deloop.c18 #error Do not define both of poll and epoll
26 #include <poll.h>
389 * Exceptions are always checked when using poll, but I suppose it's
946 res = poll(eloop.pollfds, num_poll_fds,
967 "poll"
1090 poll(&pfd, 1, -1);
/external/wpa_supplicant_8/src/utils/
H A Deloop.c18 #error Do not define both of poll and epoll
26 #include <poll.h>
389 * Exceptions are always checked when using poll, but I suppose it's
946 res = poll(eloop.pollfds, num_poll_fds,
967 "poll"
1090 poll(&pfd, 1, -1);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Deloop.c18 #error Do not define both of poll and epoll
26 #include <poll.h>
389 * Exceptions are always checked when using poll, but I suppose it's
946 res = poll(eloop.pollfds, num_poll_fds,
967 "poll"
1090 poll(&pfd, 1, -1);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_pan.c33 #include <sys/poll.h>
745 if(poll(&ufd, 1, 0) <= 0 || IS_EXCEPTION(ufd.revents))
H A Dbtif_sock_thread.c47 #include <sys/poll.h>
65 APPL_TRACE_DEBUG("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_DEBUG("THREAD_ADD_FD_SYNC is not called in poll thread, fallback to async");
413 APPL_TRACE_ERROR("poll socket type should not changed! type was:%d, type now:%d", ps->type, type);
445 APPL_TRACE_ERROR("exceeded max poll slot:%d!", MAX_POLL);
460 //update the poll events mask
541 APPL_TRACE_ERROR("exceed max poll rang
[all...]
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_wrap_bionic.cc136 OP(poll); \
277 int WRAP(poll)(struct pollfd* fds, nfds_t nfds, int timeout, int* count) {
H A Dkernel_wrap_glibc.cc140 OP(poll); \
294 int WRAP(poll)(struct pollfd* fds, nfds_t nfds, int timeout, int* count) {
/external/chromium_org/third_party/libevent/
H A Dlibevent.target.darwin-arm.mk34 third_party/libevent/poll.c \
H A Dlibevent.target.darwin-arm64.mk34 third_party/libevent/poll.c \
H A Dlibevent.target.darwin-mips.mk34 third_party/libevent/poll.c \
H A Dlibevent.target.darwin-mips64.mk34 third_party/libevent/poll.c \
H A Dlibevent.target.darwin-x86.mk34 third_party/libevent/poll.c \
H A Dlibevent.target.darwin-x86_64.mk34 third_party/libevent/poll.c \
H A Dlibevent.target.linux-arm.mk34 third_party/libevent/poll.c \
H A Dlibevent.target.linux-arm64.mk34 third_party/libevent/poll.c \
H A Dlibevent.target.linux-mips.mk34 third_party/libevent/poll.c \
H A Dlibevent.target.linux-mips64.mk34 third_party/libevent/poll.c \
H A Dlibevent.target.linux-x86.mk34 third_party/libevent/poll.c \

Completed in 1209 milliseconds

1234567891011>>