OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpu_get_ticks
(Results
1 - 4
of
4
) sorted by null
/external/qemu/
qemu-timer.h
65
int64_t
cpu_get_ticks
(void);
sysemu.h
43
int64_t
cpu_get_ticks
(void);
qemu-timer.c
111
int64_t
cpu_get_ticks
(void)
function
159
/* enable
cpu_get_ticks
() */
169
/* disable
cpu_get_ticks
() : the clock is stopped. You must not call
170
cpu_get_ticks
() after that. */
174
timers_state.cpu_ticks_offset =
cpu_get_ticks
();
[
all
...]
/external/qemu/hw/
pc.c
124
return
cpu_get_ticks
();
[
all
...]
Completed in 53 milliseconds