Home
last modified time | relevance | path

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

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