Searched refs:tv0 (Results 1 – 4 of 4) sorted by relevance
/qemu/io/ |
H A D | channel-watch.c | 117 static struct timeval tv0; in qio_channel_socket_source_check() local 138 if (select(0, &rfds, &wfds, &xfds, &tv0) == 0) { in qio_channel_socket_source_check()
|
/qemu/util/ |
H A D | aio-win32.c | 183 static struct timeval tv0; in aio_prepare() local 206 if (select(0, &rfds, &wfds, NULL, &tv0) > 0) { in aio_prepare()
|
H A D | main-loop.c | 469 static struct timeval tv0; 490 select_ret = select(nfds + 1, &rfds, &wfds, &xfds, &tv0);
|
/qemu/target/mips/tcg/ |
H A D | nanomips_translate.c.inc | 2097 TCGv tv0 = tcg_temp_new(); 2099 gen_load_gpr(tv0, rt); 2100 gen_helper_insv(v0_t, tcg_env, v0_t, tv0);
|