HomeSort by relevance Sort by last modified time
    Searched refs:qemu_gettimeofday (Results 1 - 2 of 2) sorted by null

  /external/qemu/
osdep.h 102 int qemu_gettimeofday(qemu_timeval *tp);
105 #define qemu_gettimeofday(tp) gettimeofday(tp, NULL); macro
osdep.c 279 int qemu_gettimeofday(qemu_timeval *tp) function

Completed in 31 milliseconds