OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ioh
(Results
1 - 4
of
4
) sorted by null
/external/qemu/
iohandler.c
56
IOHandlerRecord *
ioh
;
local
59
QLIST_FOREACH(
ioh
, &io_handlers, next) {
60
if (
ioh
->fd == fd) {
61
ioh
->deleted = 1;
66
QLIST_FOREACH(
ioh
, &io_handlers, next) {
67
if (
ioh
->fd == fd)
70
ioh
= qemu_mallocz(sizeof(IOHandlerRecord));
71
QLIST_INSERT_HEAD(&io_handlers,
ioh
, next);
73
ioh
->fd = fd;
74
ioh
->fd_read_poll = fd_read_poll
93
IOHandlerRecord *
ioh
;
local
116
IOHandlerRecord *p
ioh
, *
ioh
;
local
[
all
...]
vl-android-ui.c
80
IOHandlerRecord*
ioh
= opaque;
local
81
ioh
->running = 1;
83
ioh
->fd_read(
ioh
->opaque);
85
if (!
ioh
->deleted && (events & LOOP_IO_WRITE) != 0) {
86
ioh
->fd_write(
ioh
->opaque);
88
ioh
->running = 0;
89
if (
ioh
->deleted) {
90
loopIo_done(
ioh
->io)
100
IOHandlerRecord **p
ioh
, *
ioh
;
local
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar
Completed in 133 milliseconds