Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c13277 timer_t *phtimer = g_posix_timers + timer_index; in _syscall2() local
13288 ret = get_errno(timer_create(clkid, phost_sevp, phtimer)); in _syscall2()
13293 timer_delete(*phtimer); in _syscall2()