Searched refs:iol (Results 1 – 4 of 4) sorted by relevance
/external/qemu/ |
D | iolooper-select.c | 25 IoLooper* iol = malloc(sizeof(*iol)); in iolooper_new() local 26 iolooper_reset(iol); in iolooper_new() 27 return iol; in iolooper_new() 31 iolooper_free( IoLooper* iol ) in iolooper_free() argument 33 free(iol); in iolooper_free() 37 iolooper_reset( IoLooper* iol ) in iolooper_reset() argument 39 FD_ZERO(iol->reads); in iolooper_reset() 40 FD_ZERO(iol->writes); in iolooper_reset() 41 iol->max_fd = -1; in iolooper_reset() 42 iol->max_fd_valid = 1; in iolooper_reset() [all …]
|
D | iolooper.h | 11 void iolooper_free( IoLooper* iol ); 12 void iolooper_reset( IoLooper* iol ); 14 void iolooper_add_read( IoLooper* iol, int fd ); 15 void iolooper_add_write( IoLooper* iol, int fd ); 16 void iolooper_del_read( IoLooper* iol, int fd ); 17 void iolooper_del_write( IoLooper* iol, int fd ); 23 void iolooper_modify( IoLooper* iol, int fd, int oldflags, int newflags); 25 int iolooper_poll( IoLooper* iol ); 31 int iolooper_wait( IoLooper* iol, int64_t duration ); 33 int iolooper_is_read( IoLooper* iol, int fd ); [all …]
|
/external/qemu/android/ |
D | looper-generic.c | 366 IoLooper* iol = looper->iolooper; in glooper_run() local 389 ret = iolooper_wait_absolute(iol, deadline); in glooper_run() 404 if (iolooper_is_read(iol, io->fd)) in glooper_run() 407 if (iolooper_is_write(iol, io->fd)) in glooper_run()
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 8442 http://iol.co.za/index.php?set_id=1&click_id=13&art_id=qw1119283560505B255 37264 http://www.doctor-hill.com/iol-master/alm.htm 50209 http://www.iol.co.za/html/frame_sport.php?click_id=79&art_id=ct20010310185508887P200311 50210 http://www.iol.co.za/index.php?click_id=19&art_id=qw1107706321101B216 50211 http://www.iol.co.za/index.php?set_id=1&click_id=&art_id=qw1107517320504B263 50212 http://www.iol.co.za/index.php?set_id=1&click_id=24&art_id=qw1107092340335B211 50213 http://www.iol.co.za/index.php?set_id=1&click_id=29&art_id=qw1107092340335B211 50214 http://www.iol.co.za/index.php?set_id=1&click_id=31&art_id=qw1100213642791B252 50215 http://www.iol.co.za/index.php?set_id=3&click_id=270 50216 http://www.iol.co.za/index.php?set_id=6&click_id=2829&art_id=qw1082822940617S163 [all …]
|