Searched refs:IOWatchPoll (Results 1 – 1 of 1) sorted by relevance
27 typedef struct IOWatchPoll { struct37 } IOWatchPoll; argument39 static IOWatchPoll *io_watch_poll_from_source(GSource *source) in io_watch_poll_from_source()41 return container_of(source, IOWatchPoll, parent); in io_watch_poll_from_source()47 IOWatchPoll *iwp = io_watch_poll_from_source(source); in io_watch_poll_prepare()90 IOWatchPoll *iwp = io_watch_poll_from_source(source); in io_watch_poll_finalize()112 IOWatchPoll *iwp; in io_add_watch_poll()115 iwp = (IOWatchPoll *) g_source_new(&io_watch_poll_funcs, in io_add_watch_poll()116 sizeof(IOWatchPoll)); in io_add_watch_poll()135 IOWatchPoll *iwp; in io_remove_watch_poll()