OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qemu_gettimeofday
(Results
1 - 4
of
4
) sorted by null
/external/qemu/
qemu-os-posix.h
40
#define
qemu_gettimeofday
(tp) gettimeofday(tp, NULL)
macro
qemu-os-win32.h
64
int
qemu_gettimeofday
(qemu_timeval *tp);
oslib-win32.c
101
int
qemu_gettimeofday
(qemu_timeval *tp)
function
posix-aio-compat.c
316
qemu_gettimeofday
(&tv);
Completed in 49 milliseconds