Home
last modified time | relevance | path

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

/external/qemu/
Dqemu-timer.c259 static void unix_stop_timer(struct qemu_alarm_timer *t);
340 {"unix", unix_start_timer, unix_stop_timer, NULL},
1103 static void unix_stop_timer(struct qemu_alarm_timer *t) in unix_stop_timer() function