Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c13589 timer_t htimer = g_posix_timers[timerid]; in _syscall2() local
13596 timer_settime(htimer, arg2, &hspec_new, &hspec_old)); in _syscall2()
13615 timer_t htimer = g_posix_timers[timerid]; in _syscall2() local
13622 timer_settime(htimer, arg2, &hspec_new, &hspec_old)); in _syscall2()
13642 timer_t htimer = g_posix_timers[timerid]; in _syscall2() local
13644 ret = get_errno(timer_gettime(htimer, &hspec)); in _syscall2()
13665 timer_t htimer = g_posix_timers[timerid]; in _syscall2() local
13667 ret = get_errno(timer_gettime(htimer, &hspec)); in _syscall2()
13686 timer_t htimer = g_posix_timers[timerid]; in _syscall2() local
13687 ret = get_errno(timer_getoverrun(htimer)); in _syscall2()
[all …]