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

1234567891011>>

/external/fio/engines/
H A Dbinject.c14 #include <sys/poll.h>
123 ret = poll(bd->pfds, td->o.nr_files, -1);
127 td_verror(td, errno, "poll");
H A Dsg.c12 #include <sys/poll.h>
96 ret = poll(sd->pfds, td->o.nr_files, -1);
100 td_verror(td, errno, "poll");
/external/iproute2/misc/
H A Drtacct.c25 #include <sys/poll.h>
389 if (poll(&p, 1, tdiff + scan_interval) > 0
/external/ltrace/etc/
H A Dsyscalls.conf83 int poll(addr,uint,int);
/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/
H A DInBandBytestreamSession.java347 data = this.dataQueue.poll(1000, TimeUnit.MILLISECONDS);
351 data = this.dataQueue.poll(this.readTimeout, TimeUnit.MILLISECONDS);
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DAwContentsClientFaviconTest.java144 poll(new Callable<Boolean>() {
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_proxy.h168 virtual int poll(struct pollfd* fds, nfds_t nfds, int timeout);
H A Dnode.cc10 #include <poll.h>
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dvalidate-committer-lists171 if output_line == '' and process.poll() != None:
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dexecutive_mock.py49 def poll(self): member in class:MockProcess
H A Dexecutive_unittest.py171 self.assertEqual(process.poll(), None) # Process is running
H A Dprofiler.py155 perf_exitcode = self._perf_process.poll()
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A D_freebsd.h77 * libc_r before this version of FreeBSD doesn't have poll().
78 * Although libc has poll(), it is not thread-safe so we can't
257 #include <poll.h>
H A D_netbsd.h294 #include <poll.h>
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dport.h402 /* Handle case when poll is used to simulate sleep. */
403 inline int poll(struct pollfd* fds, int nfds, int timeout) { function
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dport.h399 /* Handle case when poll is used to simulate sleep. */
400 inline int poll(struct pollfd* fds, int nfds, int timeout) { function
/external/chromium_org/tools/telemetry/telemetry/core/backends/remote/
H A Dtrybot_browser_finder.py53 returncode = proc.poll()
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dlocal_server.py90 while self._subprocess.poll() == None:
/external/chromium_org/ui/events/ozone/evdev/
H A Dtouch_event_converter_evdev.cc10 #include <poll.h>
/external/deqp/android/scripts/
H A Ddebug.py100 gdbServerProcess.poll()
/external/deqp/execserver/
H A DxsExecutionServer.cpp245 anyIO = getTestDriver()->poll(m_bufferOut) || anyIO;
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DDownsampler.java33 BitmapFactory.Options decodeBitmapOptions = OPTIONS_QUEUE.poll();
/external/guava/guava/src/com/google/common/eventbus/
H A DEventBus.java291 EventWithHandler eventWithHandler = eventsToDispatch.get().poll();
/external/iputils/
H A Dping_common.h14 #include <sys/poll.h>
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dkvm.h65 __u8 poll; member in struct:kvm_pic_state

Completed in 477 milliseconds

1234567891011>>