OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fd_read_poll
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
iohandler.c
36
IOCanReadHandler *
fd_read_poll
;
member in struct:IOHandlerRecord
48
/* XXX:
fd_read_poll
should be suppressed, but an API change is
51
IOCanReadHandler *
fd_read_poll
,
74
ioh->
fd_read_poll
=
fd_read_poll
;
99
(!ioh->
fd_read_poll
||
100
ioh->
fd_read_poll
(ioh->opaque) != 0)) {
qemu-char.h
121
IOCanReadHandler *
fd_read_poll
,
Completed in 29 milliseconds