OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_poll
(Results
1 - 18
of
18
) sorted by null
/external/libxcam/xcore/
poll_thread.cpp
35
,
_poll
(poll)
40
XCamReturn ret =
_poll
->init_3a_stats_pool ();
46
XCamReturn ret =
_poll
->poll_subdev_event_loop ();
54
PollThread *
_poll
;
member in class:XCam::EventPollThread
63
,
_poll
(poll)
68
XCamReturn ret =
_poll
->poll_buffer_loop ();
76
PollThread *
_poll
;
member in class:XCam::CapturePollThread
/external/python/cpython3/Lib/multiprocessing/
queues.py
78
self.
_poll
= self._reader.poll
104
if timeout < 0 or not self.
_poll
(timeout):
106
elif not self.
_poll
():
120
return not self.
_poll
()
325
self.
_poll
= self._reader.poll
332
return not self.
_poll
()
connection.py
257
return self.
_poll
(timeout)
326
def
_poll
(self, timeout):
member in class:.PipeConnection
413
def
_poll
(self, timeout):
member in class:Connection
/external/python/cpython2/Lib/multiprocessing/
queues.py
97
self.
_poll
= self._reader.poll
131
if timeout < 0 or not self.
_poll
(timeout):
133
elif not self.
_poll
():
146
return not self.
_poll
()
/prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
queues.py
97
self.
_poll
= self._reader.poll
131
if timeout < 0 or not self.
_poll
(timeout):
133
elif not self.
_poll
():
146
return not self.
_poll
()
/prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
queues.py
97
self.
_poll
= self._reader.poll
131
if timeout < 0 or not self.
_poll
(timeout):
133
elif not self.
_poll
():
146
return not self.
_poll
()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
queues.py
97
self.
_poll
= self._reader.poll
131
if timeout < 0 or not self.
_poll
(timeout):
133
elif not self.
_poll
():
146
return not self.
_poll
()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
queues.py
97
self.
_poll
= self._reader.poll
131
if timeout < 0 or not self.
_poll
(timeout):
133
elif not self.
_poll
():
146
return not self.
_poll
()
/external/autotest/site_utils/lxc/container_pool/
async_listener.py
57
target=self.
_poll
)
136
def
_poll
(self):
member in class:AsyncListener
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/
libwinstrm.a
6
? ? v v ? ? R R ? ? ~ ~__lib32_libwinstrm_a_iname __head_lib32_libwinstrm_a _s_perror@8 __imp__s_perror@8 _s_open@12 __imp__s_open@12 _s_ioctl@12 __imp__s_ioctl@12 _putmsg@16 __imp__putmsg@16
_poll
@12 __imp__poll@12 _getmsg@16 __imp__getmsg@16 _OpenStream@4 __imp__OpenStream@4 duivt.o/ 1486067750 18779 5000 100644 581 `
30
.text , H 0`.data @ 0?.bss ? 0?.idata$7 4 R 0?.idata$5 8 \ 0?.idata$4 < f 0?.idata$6 @ ??% ?? poll .text .data .bss .idata$7 .idata$5 .idata$4 .idata$6
_poll
@12 - __imp__poll@12 __head_lib32_libwinstrm_a
/external/python/cpython3/Lib/asyncio/
windows_events.py
104
def
_poll
(self):
member in class:_BaseWaitHandleFuture
113
state = 'signaled' if self.
_poll
() else 'waiting'
419
self.
_poll
(timeout)
601
return f.
_poll
()
660
def
_poll
(self, timeout=None):
member in class:IocpProactor
745
if not self.
_poll
(1):
proactor_events.py
539
# Events are processed in the IocpProactor.
_poll
() method
/external/python/cpython3/Lib/
selectors.py
348
self.
_poll
= select.poll()
357
self.
_poll
.register(key.fd, poll_events)
362
self.
_poll
.unregister(key.fd)
376
fd_event_list = self.
_poll
.poll(timeout)
/external/icu/icu4c/source/common/
unifiedcache.cpp
364
UBool UnifiedCache::
_poll
(
function in class:UnifiedCache
400
if (
_poll
(key, value, status)) {
unifiedcache.h
363
UBool
_poll
(
/external/syslinux/gpxe/src/drivers/net/
mtnic.c
[
all
...]
/external/python/cpython2/Doc/library/
select.rst
193
..
_poll
-objects:
/external/python/cpython3/Doc/library/
select.rst
356
..
_poll
-objects:
Completed in 740 milliseconds