HomeSort by relevance Sort by last modified time
    Searched full:ptimer_head (Results 1 - 1 of 1) sorted by null

  /external/qemu/
qemu-timer.c 626 QEMUTimer **ptimer_head, *ts; local
633 ptimer_head = &active_timers[clock->type];
635 ts = *ptimer_head;
640 *ptimer_head = ts->next;
    [all...]

Completed in 249 milliseconds