Home
last modified time | relevance | path

Searched refs:iolooper_now (Results 1 – 5 of 5) sorted by relevance

/external/qemu/android/
Dsync-utils.c201 return syncsocket_read_absolute(ssocket, buf, size, iolooper_now() + timeout); in syncsocket_read()
254 return syncsocket_write_absolute(ssocket, buf, size, iolooper_now() + timeout); in syncsocket_write()
286 iolooper_now() + timeout); in syncsocket_read_line()
Dlooper-generic.c352 return iolooper_now(); in glooper_now()
421 deadline = iolooper_now(); in glooper_run()
/external/qemu/
Diolooper-select.c224 iolooper_now(void) in iolooper_now() function
234 int64_t timeout = deadline - iolooper_now(); in iolooper_wait_absolute()
Diolooper.h42 int64_t iolooper_now(void);
/external/qemu/android/protocol/
Dcore-connection.c115 deadline = iolooper_now() + CORE_PORT_TIMEOUT_MS; in core_connection_open_socket()
279 deadline = iolooper_now() + CORE_PORT_TIMEOUT_MS; in core_connection_switch_stream()